pike.git/
src/
post_modules/
GTK2/
source/
gtkcheckmenuitem.pre
Branch:
Tag:
Non-build tags
All tags
No tags
2011-10-28
2011-10-28 13:04:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>
017b5735499ea38f2d5a92b61b4ff99740dd0d52 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Atomic megapatch: Use svalue accessor macros everywhere.
26:
pgtk2_verify_not_inited(); pgtk2_verify_setup(); if (args) {
-
if (Pike_sp[-args]
.type
==PIKE_T_STRING) {
+
if (
TYPEOF(
Pike_sp[-args]
)
==
PIKE_T_STRING) {
struct pike_string *label; GtkWidget *gc; get_all_args("create",args,"%t",&label);