GtkSizeGroup: Use G_PARAM_EXPLICIT_NOTIFY
This commit is contained in:
parent
4867e95291
commit
83669856b2
@ -324,7 +324,8 @@ gtk_size_group_class_init (GtkSizeGroupClass *klass)
|
|||||||
P_("The directions in which the size group affects the requested sizes"
|
P_("The directions in which the size group affects the requested sizes"
|
||||||
" of its component widgets"),
|
" of its component widgets"),
|
||||||
GTK_TYPE_SIZE_GROUP_MODE,
|
GTK_TYPE_SIZE_GROUP_MODE,
|
||||||
GTK_SIZE_GROUP_HORIZONTAL, GTK_PARAM_READWRITE));
|
GTK_SIZE_GROUP_HORIZONTAL,
|
||||||
|
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GtkSizeGroup:ignore-hidden:
|
* GtkSizeGroup:ignore-hidden:
|
||||||
@ -341,7 +342,7 @@ gtk_size_group_class_init (GtkSizeGroupClass *klass)
|
|||||||
P_("If TRUE, unmapped widgets are ignored "
|
P_("If TRUE, unmapped widgets are ignored "
|
||||||
"when determining the size of the group"),
|
"when determining the size of the group"),
|
||||||
FALSE,
|
FALSE,
|
||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user