Home
last modified time | relevance | path

Searched refs:gtk_widget_path_is_type (Results 1 – 25 of 26) sorted by relevance

12

/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/
H A Doxygenthemingengine.cpp250 gtk_widget_path_is_type( path, GTK_TYPE_WINDOW ) ) || in render_background()
251 gtk_widget_path_is_type( path, GTK_TYPE_LIST_BOX ) || in render_background()
252 gtk_widget_path_is_type( path, GTK_TYPE_VIEWPORT ) || in render_background()
253 gtk_widget_path_is_type( path, GTK_TYPE_EVENT_BOX ) || in render_background()
254 gtk_widget_path_is_type( path, GTK_TYPE_PANED ) || in render_background()
550 gtk_widget_path_is_type( path, GTK_TYPE_INFO_BAR ) || in render_background()
551 gtk_widget_path_is_type( path, GTK_TYPE_BUTTON ) ) in render_background()
1274 gtk_widget_path_is_type( path, GTK_TYPE_VIEWPORT ) || in render_frame()
1275 gtk_widget_path_is_type( path, GTK_TYPE_SCROLLED_WINDOW ) in render_frame()
1860 if( gtk_widget_path_is_type( path, GTK_TYPE_TREE_VIEW ) ) in render_check()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkwidgetpath.h168 gboolean gtk_widget_path_is_type (const GtkWidgetPath *path,
H A Dgtkwidgetpath.c1291 gtk_widget_path_is_type (const GtkWidgetPath *path, in gtk_widget_path_is_type() function
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dwidget_path.rs77 from_glib(gtk_sys::gtk_widget_path_is_type( in is_type()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dwidget_path.rs77 from_glib(gtk_sys::gtk_widget_path_is_type( in is_type()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dwidget_path.rs77 from_glib(gtk_sys::gtk_widget_path_is_type( in is_type()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dwidgetpath.cc249 return gtk_widget_path_is_type(const_cast<GtkWidgetPath*>(gobj()), type); in is_type()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/gtk/
H A Dstylecontext.c90 g_assert (gtk_widget_path_is_type (path, GTK_TYPE_WIDGET)); in test_path()
97 g_assert (gtk_widget_path_is_type (path, GTK_TYPE_BUTTON)); in test_path()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dwidget_path.rs79 from_glib(ffi::gtk_widget_path_is_type( in is_type()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dwidget_path.rs79 from_glib(ffi::gtk_widget_path_is_type( in is_type()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dwidget_path.rs79 from_glib(ffi::gtk_widget_path_is_type( in is_type()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dwidget_path.rs79 from_glib(ffi::gtk_widget_path_is_type( in is_type()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dwidgetpath.hg84 _WRAP_METHOD(bool is_type(GType type) const, gtk_widget_path_is_type)
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/deprecated/
H A Dgtknumerableicon.c372 if (!gtk_widget_path_is_type (path, GTK_TYPE_NUMERABLE_ICON)) in gtk_numerable_icon_update_properties_from_style()
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas13064 function gtk_widget_path_is_type(path: PGtkWidgetPath; type_: TGType): gboolean; cdecl; external; in gtk_widget_path_is_type() function
20888 Result := LazGtk3.gtk_widget_path_is_type(@self, type_);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas13079 function gtk_widget_path_is_type(path: PGtkWidgetPath; type_: TGType): gboolean; cdecl; external; in gtk_widget_path_is_type() function
20943 Result := LazGtk3.gtk_widget_path_is_type(@self, type_);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas13064 function gtk_widget_path_is_type(path: PGtkWidgetPath; type_: TGType): gboolean; cdecl; external; in gtk_widget_path_is_type() function
20888 Result := LazGtk3.gtk_widget_path_is_type(@self, type_);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas13079 function gtk_widget_path_is_type(path: PGtkWidgetPath; type_: TGType): gboolean; cdecl; external; in gtk_widget_path_is_type() function
20943 Result := LazGtk3.gtk_widget_path_is_type(@self, type_);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-sys-0.14.0/src/
H A Dlib.rs16416 pub fn gtk_widget_path_is_type(path: *const GtkWidgetPath, type_: GType) -> gboolean; in gtk_widget_path_is_type() function
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-sys-0.9.2/src/
H A Dlib.rs16657 pub fn gtk_widget_path_is_type(path: *const GtkWidgetPath, type_: GType) -> gboolean; in gtk_widget_path_is_type() function
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk-sys/src/
H A Dlib.rs16657 pub fn gtk_widget_path_is_type(path: *const GtkWidgetPath, type_: GType) -> gboolean; in gtk_widget_path_is_type() function
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-sys-0.14.0/src/
H A Dlib.rs16416 pub fn gtk_widget_path_is_type(path: *const GtkWidgetPath, type_: GType) -> gboolean; in gtk_widget_path_is_type() function
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-sys-0.14.0/src/
H A Dlib.rs16416 pub fn gtk_widget_path_is_type(path: *const GtkWidgetPath, type_: GType) -> gboolean; in gtk_widget_path_is_type() function
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-sys-0.9.2/src/
H A Dlib.rs16657 pub fn gtk_widget_path_is_type(path: *const GtkWidgetPath, type_: GType) -> gboolean; in gtk_widget_path_is_type() function
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-sys-0.14.0/src/
H A Dlib.rs16416 pub fn gtk_widget_path_is_type(path: *const GtkWidgetPath, type_: GType) -> gboolean; in gtk_widget_path_is_type() function

12