| Top |
| gboolean | (*GimpItemConstraintFunc) () |
| GtkWidget * | gimp_drawable_combo_box_new () |
| GtkWidget * | gimp_channel_combo_box_new () |
| GtkWidget * | gimp_layer_combo_box_new () |
| GtkWidget * | gimp_vectors_combo_box_new () |
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkComboBox
╰── GimpIntComboBox
├── GimpChannelComboBox
├── GimpDrawableComboBox
├── GimpLayerComboBox
╰── GimpVectorsComboBox
GimpDrawableComboBox implements AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.
GimpChannelComboBox implements AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.
GimpLayerComboBox implements AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.
GimpVectorsComboBox implements AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.
gboolean (*GimpItemConstraintFunc) (gint32 image_id,gint32 item_id,gpointer data);
GtkWidget * gimp_drawable_combo_box_new (GimpDrawableConstraintFunc constraint,gpointer data);
Since: GIMP 2.2
GtkWidget * gimp_channel_combo_box_new (GimpDrawableConstraintFunc constraint,gpointer data);
Since: GIMP 2.2
GtkWidget * gimp_layer_combo_box_new (GimpDrawableConstraintFunc constraint,gpointer data);
Since: GIMP 2.2
GtkWidget * gimp_vectors_combo_box_new (GimpVectorsConstraintFunc constraint,gpointer data);
Since: GIMP 2.4