Add _gtk_box_get_children() internal function
https://bugzilla.gnome.org/show_bug.cgi?id=625300
This commit is contained in:
@ -109,6 +109,7 @@ void _gtk_box_set_old_defaults (GtkBox *box);
|
||||
gboolean _gtk_box_get_spacing_set (GtkBox *box);
|
||||
void _gtk_box_set_spacing_set (GtkBox *box,
|
||||
gboolean spacing_set);
|
||||
GList *_gtk_box_get_children (GtkBox *box);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user