Some api changes for GtkWrapBox
Ammended documentation for GTK_WRAP_BOX_SPREAD_EVEN and renamed GTK_WRAP_BOX_SPREAD_BEGIN -> GTK_WRAP_BOX_SPREAD_START.
This commit is contained in:
@ -91,6 +91,7 @@ void gtk_wrap_box_insert_child (GtkWrapBox
|
||||
gboolean yexpand,
|
||||
gboolean xfill,
|
||||
gboolean yfill);
|
||||
|
||||
void gtk_wrap_box_reorder_child (GtkWrapBox *layout,
|
||||
GtkWidget *widget,
|
||||
guint index);
|
||||
|
||||
Reference in New Issue
Block a user