forked from AuroraMiddleware/gtk
GtkFlowBox: Move overridden prop ids to the end
This makes it easier to convert to g_object_class_install_properties in the next commit.
This commit is contained in:
parent
ac08d6a421
commit
45801c8f2c
@ -731,14 +731,16 @@ static guint signals[LAST_SIGNAL] = { 0 };
|
||||
|
||||
enum {
|
||||
PROP_0,
|
||||
PROP_ORIENTATION,
|
||||
PROP_HOMOGENEOUS,
|
||||
PROP_COLUMN_SPACING,
|
||||
PROP_ROW_SPACING,
|
||||
PROP_MIN_CHILDREN_PER_LINE,
|
||||
PROP_MAX_CHILDREN_PER_LINE,
|
||||
PROP_SELECTION_MODE,
|
||||
PROP_ACTIVATE_ON_SINGLE_CLICK
|
||||
PROP_ACTIVATE_ON_SINGLE_CLICK,
|
||||
|
||||
/* orientable */
|
||||
PROP_ORIENTATION
|
||||
};
|
||||
|
||||
typedef struct _GtkFlowBoxPrivate GtkFlowBoxPrivate;
|
||||
|
Loading…
Reference in New Issue
Block a user