Automake update to automake 1.2d. I also moved the GTK_SELECTIO_...

enums to gtkenums.h. -Jay
This commit is contained in:
Gnome CVS User
1997-11-27 19:21:42 +00:00
parent fbc9ee9fba
commit 64fd713042
8 changed files with 315 additions and 211 deletions

View File

@ -182,6 +182,14 @@ typedef enum
GTK_JUSTIFY_FILL
} GtkJustification;
/* list selection modes */
typedef enum
{
GTK_SELECTION_SINGLE,
GTK_SELECTION_BROWSE,
GTK_SELECTION_MULTIPLE,
GTK_SELECTION_EXTENDED
} GtkSelectionMode;
#ifdef __cplusplus
}