Home
last modified time | relevance | path

Searched refs:dtgtk_togglebutton_get_type (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/darktable/darktable-3.6.1/src/dtgtk/
H A Dtogglebutton.h25 G_TYPE_CHECK_INSTANCE_CAST(obj, dtgtk_togglebutton_get_type(), GtkDarktableToggleButton)
27 G_TYPE_CHECK_CLASS_CAST(klass, dtgtk_togglebutton_get_type(), GtkDarktableToggleButtonClass)
28 #define DTGTK_IS_TOGGLEBUTTON(obj) G_TYPE_CHECK_INSTANCE_TYPE(obj, dtgtk_togglebutton_get_type())
29 #define DTGTK_IS_TOGGLEBUTTON_CLASS(klass) G_TYPE_CHECK_CLASS_TYPE(obj, dtgtk_togglebutton_get_type
46 GType dtgtk_togglebutton_get_type(void);
H A Dtogglebutton.c158 button = g_object_new(dtgtk_togglebutton_get_type(), NULL); in dtgtk_togglebutton_new()
169 GType dtgtk_togglebutton_get_type() in dtgtk_togglebutton_get_type() function
/dports/graphics/darktable38/darktable-3.8.0/src/dtgtk/
H A Dtogglebutton.h25 G_TYPE_CHECK_INSTANCE_CAST(obj, dtgtk_togglebutton_get_type(), GtkDarktableToggleButton)
27 G_TYPE_CHECK_CLASS_CAST(klass, dtgtk_togglebutton_get_type(), GtkDarktableToggleButtonClass)
28 #define DTGTK_IS_TOGGLEBUTTON(obj) G_TYPE_CHECK_INSTANCE_TYPE(obj, dtgtk_togglebutton_get_type())
29 #define DTGTK_IS_TOGGLEBUTTON_CLASS(klass) G_TYPE_CHECK_CLASS_TYPE(obj, dtgtk_togglebutton_get_type
46 GType dtgtk_togglebutton_get_type(void);
H A Dtogglebutton.c158 button = g_object_new(dtgtk_togglebutton_get_type(), NULL); in dtgtk_togglebutton_new()
169 GType dtgtk_togglebutton_get_type() in dtgtk_togglebutton_get_type() function