Home
last modified time | relevance | path

Searched refs:gtk_get_debug_flags (Results 1 – 25 of 76) sorted by relevance

1234

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkdebug.h89 #define GTK_DEBUG_CHECK(type) G_UNLIKELY (gtk_get_debug_flags () & GTK_DEBUG_##type)
103 GtkDebugFlags gtk_get_debug_flags (void);
H A Dgtkmain.c156 gtk_get_debug_flags (void) in gtk_get_debug_flags() function
179 return (gtk_get_debug_flags () & GTK_DEBUG_TOUCHSCREEN) != 0; in gtk_simulate_touchscreen()
607 if (ret && (gtk_get_debug_flags () & GTK_DEBUG_INTERACTIVE)) in gtk_init_check()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkdebug.h64 #define GTK_DEBUG_CHECK(type) G_UNLIKELY (gtk_get_debug_flags () & GTK_DEBUG_##type)
78 guint gtk_get_debug_flags (void);
H A Dgtkmain.c817 if (gtk_get_debug_flags () & GTK_DEBUG_INTERACTIVE) in post_parse_hook()
868 gtk_get_debug_flags (void) in gtk_get_debug_flags() function
892 return test_touchscreen > 0 || (gtk_get_debug_flags () & GTK_DEBUG_TOUCHSCREEN) != 0; in gtk_simulate_touchscreen()
1011 if (gtk_get_debug_flags () & GTK_DEBUG_INTERACTIVE) in gtk_init_with_args()
1112 if (gtk_get_debug_flags () & GTK_DEBUG_INTERACTIVE) in gtk_init_check()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/inspector/
H A Dvisual.c245 flags = gtk_get_debug_flags (); in baselines_activate()
261 flags = gtk_get_debug_flags (); in layout_activate()
277 flags = gtk_get_debug_flags (); in pixelcache_activate()
296 guint flags = gtk_get_debug_flags (); in widget_resize_activate()
730 flags = gtk_get_debug_flags (); in update_touchscreen()
743 …gtk_switch_set_active (GTK_SWITCH (vis->priv->touchscreen_switch), (gtk_get_debug_flags () & GTK_D… in init_touchscreen()
/dports/net-im/fractal/fractal-4.4.0/vendor/libhandy/src/
H A Drt.rs140 let flags = gtk_sys::gtk_get_debug_flags(); in pre_init()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/inspector/
H A Dvisual.c926 flags = gtk_get_debug_flags (); in update_touchscreen()
939 …gtk_switch_set_active (GTK_SWITCH (vis->touchscreen_switch), (gtk_get_debug_flags () & GTK_DEBUG_T… in init_touchscreen()
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gtk/
H A Dicontheme.c191 debug_flags = gtk_get_debug_flags (); in assert_lookup_order()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/gtk/
H A Dicontheme.c174 debug_flags = gtk_get_debug_flags (); in assert_lookup_order()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dfunctions.rs276 unsafe { gtk_sys::gtk_get_debug_flags() } in get_debug_flags()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dfunctions.rs274 unsafe { gtk_sys::gtk_get_debug_flags() } in get_debug_flags()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dfunctions.rs276 unsafe { gtk_sys::gtk_get_debug_flags() } in get_debug_flags()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/scope/src/store/
H A Dscptreestore.c42 #define gtk_get_debug_flags() (gtk_debug_flags + 0) macro
523 if (gtk_get_debug_flags() & GTK_DEBUG_TREE) in validate_store()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/scope/src/store/
H A Dscptreestore.c42 #define gtk_get_debug_flags() (gtk_debug_flags + 0) macro
523 if (gtk_get_debug_flags() & GTK_DEBUG_TREE) in validate_store()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/scope/src/store/
H A Dscptreestore.c42 #define gtk_get_debug_flags() (gtk_debug_flags + 0) macro
523 if (gtk_get_debug_flags() & GTK_DEBUG_TREE) in validate_store()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/scope/src/store/
H A Dscptreestore.c42 #define gtk_get_debug_flags() (gtk_debug_flags + 0) macro
523 if (gtk_get_debug_flags() & GTK_DEBUG_TREE) in validate_store()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/scope/src/store/
H A Dscptreestore.c42 #define gtk_get_debug_flags() (gtk_debug_flags + 0) macro
523 if (gtk_get_debug_flags() & GTK_DEBUG_TREE) in validate_store()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/scope/src/store/
H A Dscptreestore.c42 #define gtk_get_debug_flags() (gtk_debug_flags + 0) macro
523 if (gtk_get_debug_flags() & GTK_DEBUG_TREE) in validate_store()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/scope/src/store/
H A Dscptreestore.c42 #define gtk_get_debug_flags() (gtk_debug_flags + 0) macro
523 if (gtk_get_debug_flags() & GTK_DEBUG_TREE) in validate_store()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/scope/src/store/
H A Dscptreestore.c42 #define gtk_get_debug_flags() (gtk_debug_flags + 0) macro
523 if (gtk_get_debug_flags() & GTK_DEBUG_TREE) in validate_store()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/scope/src/store/
H A Dscptreestore.c42 #define gtk_get_debug_flags() (gtk_debug_flags + 0) macro
523 if (gtk_get_debug_flags() & GTK_DEBUG_TREE) in validate_store()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/scope/src/store/
H A Dscptreestore.c42 #define gtk_get_debug_flags() (gtk_debug_flags + 0) macro
523 if (gtk_get_debug_flags() & GTK_DEBUG_TREE) in validate_store()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/scope/src/store/
H A Dscptreestore.c42 #define gtk_get_debug_flags() (gtk_debug_flags + 0) macro
523 if (gtk_get_debug_flags() & GTK_DEBUG_TREE) in validate_store()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/scope/src/store/
H A Dscptreestore.c42 #define gtk_get_debug_flags() (gtk_debug_flags + 0) macro
523 if (gtk_get_debug_flags() & GTK_DEBUG_TREE) in validate_store()
/dports/devel/geany-plugin-overview/geany-plugins-1.38/scope/src/store/
H A Dscptreestore.c42 #define gtk_get_debug_flags() (gtk_debug_flags + 0) macro
523 if (gtk_get_debug_flags() & GTK_DEBUG_TREE) in validate_store()

1234