Home
last modified time | relevance | path

Searched refs:GIMP_TYPE_EDITOR (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpeditor.h25 #define GIMP_TYPE_EDITOR (gimp_editor_get_type ()) macro
26 #define GIMP_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIMP_TYPE_EDITOR, GimpEdito…
27 #define GIMP_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GIMP_TYPE_EDITOR, GimpEditor…
28 #define GIMP_IS_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GIMP_TYPE_EDITOR))
29 #define GIMP_IS_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GIMP_TYPE_EDITOR))
30 #define GIMP_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GIMP_TYPE_EDITOR, GimpEditor…
H A Dgimpimageeditor.c47 G_DEFINE_TYPE_WITH_CODE (GimpImageEditor, gimp_image_editor, GIMP_TYPE_EDITOR, in G_DEFINE_TYPE_WITH_CODE() argument
H A Dgimpcontainerbox.c57 GIMP_TYPE_EDITOR, in G_DEFINE_TYPE_WITH_CODE() argument
H A Dgimperrorconsole.c70 G_DEFINE_TYPE_WITH_CODE (GimpErrorConsole, gimp_error_console, GIMP_TYPE_EDITOR,
H A Dgimptooloptionseditor.c107 GIMP_TYPE_EDITOR, in G_DEFINE_TYPE_WITH_CODE() argument
H A Dgimpdataeditor.c104 G_DEFINE_TYPE_WITH_CODE (GimpDataEditor, gimp_data_editor, GIMP_TYPE_EDITOR,
H A Dgimpdevicestatus.c120 G_DEFINE_TYPE (GimpDeviceStatus, gimp_device_status, GIMP_TYPE_EDITOR) in G_DEFINE_TYPE() argument
H A Dgimpcoloreditor.c105 G_DEFINE_TYPE_WITH_CODE (GimpColorEditor, gimp_color_editor, GIMP_TYPE_EDITOR,
H A Dgimpeditor.c426 return g_object_new (GIMP_TYPE_EDITOR, NULL); in gimp_editor_new()
H A Dgimpdashboard.c998 G_DEFINE_TYPE_WITH_CODE (GimpDashboard, gimp_dashboard, GIMP_TYPE_EDITOR,
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpnavigationeditor.c116 GIMP_TYPE_EDITOR, in G_DEFINE_TYPE_WITH_CODE() argument
H A Dgimpcursorview.c141 G_DEFINE_TYPE_WITH_CODE (GimpCursorView, gimp_cursor_view, GIMP_TYPE_EDITOR,