Home
last modified time | relevance | path

Searched refs:GimpIntStore (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpintstore.c75 static void gimp_int_store_add_empty (GimpIntStore *store);
78 G_DEFINE_TYPE_WITH_CODE (GimpIntStore, gimp_int_store, GTK_TYPE_LIST_STORE,
79 G_ADD_PRIVATE (GimpIntStore)
84 ((GimpIntStorePrivate *) gimp_int_store_get_instance_private ((GimpIntStore *) (obj)))
132 gimp_int_store_init (GimpIntStore *store) in gimp_int_store_init()
140 GimpIntStore *store = GIMP_INT_STORE (object); in gimp_int_store_constructed()
163 GimpIntStore *store = GIMP_INT_STORE (object); in gimp_int_store_finalize()
217 GimpIntStore *store = GIMP_INT_STORE (model); in gimp_int_store_row_inserted()
240 gimp_int_store_add_empty (GimpIntStore *store) in gimp_int_store_add_empty()
H A Dgimppropwidgets.h56 GimpIntStore *store);
62 GimpIntStore *store);
H A Dgimpintstore.h61 …P_INT_STORE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIMP_TYPE_INT_STORE, GimpIntStore))
H A Dgimpenumstore.h46 GimpIntStore parent_instance;
H A Dgimpwidgetstypes.h63 typedef struct _GimpIntStore GimpIntStore; typedef
H A Dgimppropwidgets.c392 GimpIntStore *store) in gimp_prop_int_combo_box_new()
448 GimpIntStore *store) in gimp_prop_pointer_combo_box_new()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpdynamicseditor.c393 GimpIntStore *list = GIMP_INT_STORE (model); in gimp_dynamics_editor_init_output_editors()
H A Dgimpcontrollereditor.c853 GimpIntStore *model = NULL; in gimp_controller_int_view_new()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dgimpui.defs195 (c-name "GimpIntStore")
201 (parent "GimpIntStore")
1698 (is-constructor-of "GimpIntStore")
1703 (of-object "GimpIntStore")
H A Dgimpui.override1736 "i:GimpIntStore.gimp_int_store_lookup_by_value",
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-2-2583 gimp_prop_int_combo_box_new() which takes a pre-built GimpIntStore
591 and the contained object is a GimpIntStore, use that store as
19798 * libgimpwidgets/gimpintstore.[ch]: added a GimpIntStore, derived
19802 * libgimpwidgets/gimpintcombobox.c: use the new GimpIntStore.
19804 * app/widgets/gimpenumstore.[ch]: derive from GimpIntStore,