Home
last modified time | relevance | path

Searched refs:GimpBufferSourceBox (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpbuffersourcebox.c80 GimpBufferSourceBox *box);
85 G_DEFINE_TYPE_WITH_PRIVATE (GimpBufferSourceBox, gimp_buffer_source_box, in G_DEFINE_TYPE_WITH_PRIVATE() argument
133 gimp_buffer_source_box_init (GimpBufferSourceBox *box) in gimp_buffer_source_box_init()
145 GimpBufferSourceBox *box = GIMP_BUFFER_SOURCE_BOX (object); in gimp_buffer_source_box_constructed()
185 GimpBufferSourceBox *box = GIMP_BUFFER_SOURCE_BOX (object); in gimp_buffer_source_box_finalize()
200 GimpBufferSourceBox *box = GIMP_BUFFER_SOURCE_BOX (object); in gimp_buffer_source_box_set_property()
242 GimpBufferSourceBox *box = GIMP_BUFFER_SOURCE_BOX (object); in gimp_buffer_source_box_get_property()
273 gimp_buffer_source_box_update_node (GimpBufferSourceBox *box) in gimp_buffer_source_box_update_node()
312 GimpBufferSourceBox *box) in gimp_buffer_source_box_notify_pickable()
323 GimpBufferSourceBox *box) in gimp_buffer_source_box_enable_toggled()
[all …]
H A Dgimpbuffersourcebox.h26 …) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIMP_TYPE_BUFFER_SOURCE_BOX, GimpBufferSourceBox))
55 GtkWidget * gimp_buffer_source_box_get_toggle (GimpBufferSourceBox *box);
H A Dwidgets-types.h173 typedef struct _GimpBufferSourceBox GimpBufferSourceBox; typedef
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpoperationtool.c683 gimp_operation_tool_aux_input_notify (GimpBufferSourceBox *box, in gimp_operation_tool_aux_input_notify()
/dports/graphics/gimp-app/gimp-2.10.30/
H A DNEWS.pre-2-10880 - add new GimpBufferSourceBox widget and use it in GimpOperationTool