A couple of enums for GtkToolbar settings - Federico

This commit is contained in:
Arturo Espinosa
1997-12-19 21:41:42 +00:00
parent 67180c87e1
commit 32fbb7b821

View File

@ -191,6 +191,21 @@ typedef enum
GTK_SELECTION_EXTENDED
} GtkSelectionMode;
/* Orientation for toolbars, etc. */
typedef enum
{
GTK_ORIENTATION_HORIZONTAL,
GTK_ORIENTATION_VERTICAL
} GtkOrientation;
/* Style for toolbars */
typedef enum
{
GTK_TOOLBAR_ICONS,
GTK_TOOLBAR_TEXT,
GTK_TOOLBAR_BOTH
} GtkToolbarStyle;
#ifdef __cplusplus
}
#endif /* __cplusplus */