app: add new widget GimpLayerModeBox

which is a hbox with a GimpLayerModeComboBox and another combo box to
control the mode combo's group. Absolutely horrible WIP and not used
yet.
This commit is contained in:
Michael Natterer
2017-01-29 21:54:52 +01:00
parent 0b7b120673
commit a622f98ebf
6 changed files with 334 additions and 3 deletions

View File

@ -48,7 +48,8 @@ struct _GimpLayerModeComboBoxClass
GType gimp_layer_mode_combo_box_get_type (void) G_GNUC_CONST;
GtkWidget * gimp_layer_mode_combo_box_new (void);
GtkWidget * gimp_layer_mode_combo_box_new (gboolean with_behind,
gboolean with_replace);
void gimp_layer_mode_combo_box_set_mode (GimpLayerModeComboBox *combo,
GimpLayerMode mode);