Order entries in box based on index, allow theme to override.

This commit is contained in:
Dave Davenport
2017-01-06 16:41:23 +01:00
parent 5078034672
commit af8a6541a2
7 changed files with 91 additions and 78 deletions

View File

@@ -24,6 +24,8 @@ struct _widget
gboolean enabled;
/** Expand the widget when packed */
gboolean expand;
/*** The packing index */
int index;
/** Place widget at end of parent */
gboolean end;
/** Parent widget */