Home
last modified time | relevance | path

Searched refs:gtk_tree_path_is_ancestor (Results 1 – 25 of 115) sorted by relevance

12345

/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gtk/
H A Dtreepath.c129 g_assert_false (gtk_tree_path_is_ancestor (p, q)); in test_navigation()
130 g_assert_false (gtk_tree_path_is_ancestor (q, p)); in test_navigation()
138 g_assert_false (gtk_tree_path_is_ancestor (p, q)); in test_navigation()
139 g_assert_false (gtk_tree_path_is_ancestor (q, p)); in test_navigation()
147 g_assert_true (gtk_tree_path_is_ancestor (p, q)); in test_navigation()
148 g_assert_false (gtk_tree_path_is_ancestor (q, p)); in test_navigation()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/gtk/
H A Dtreepath.c129 g_assert (!gtk_tree_path_is_ancestor (p, q)); in test_navigation()
130 g_assert (!gtk_tree_path_is_ancestor (q, p)); in test_navigation()
138 g_assert (!gtk_tree_path_is_ancestor (p, q)); in test_navigation()
139 g_assert (!gtk_tree_path_is_ancestor (q, p)); in test_navigation()
147 g_assert (gtk_tree_path_is_ancestor (p, q)); in test_navigation()
148 g_assert (!gtk_tree_path_is_ancestor (q, p)); in test_navigation()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dtree_path.rs94 from_glib(gtk_sys::gtk_tree_path_is_ancestor( in is_ancestor()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dtree_path.rs94 from_glib(gtk_sys::gtk_tree_path_is_ancestor( in is_ancestor()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dtree_path.rs94 from_glib(gtk_sys::gtk_tree_path_is_ancestor( in is_ancestor()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dtree_path.rs104 from_glib(ffi::gtk_tree_path_is_ancestor( in is_ancestor()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dtree_path.rs104 from_glib(ffi::gtk_tree_path_is_ancestor( in is_ancestor()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dtree_path.rs104 from_glib(ffi::gtk_tree_path_is_ancestor( in is_ancestor()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dtree_path.rs104 from_glib(ffi::gtk_tree_path_is_ancestor( in is_ancestor()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtreepath.cc278 …return gtk_tree_path_is_ancestor(const_cast<GtkTreePath*>(gobj()), const_cast<GtkTreePath*>((desce… in is_ancestor()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtreepath.cc270 …return gtk_tree_path_is_ancestor(const_cast<GtkTreePath*>(gobj()), const_cast<GtkTreePath*>((desce… in is_ancestor()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktreemodel.h149 gboolean gtk_tree_path_is_ancestor (GtkTreePath *path,
H A Dgtktreemodel.c742 gtk_tree_path_is_ancestor (GtkTreePath *path, in gtk_tree_path_is_ancestor() function
1848 (gtk_tree_path_is_ancestor (path, reference->path))) in gtk_tree_row_ref_reordered()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktreemodel.h243 gboolean gtk_tree_path_is_ancestor (GtkTreePath *path,
H A Dgtktreemodel.c997 gtk_tree_path_is_ancestor (GtkTreePath *path, in gtk_tree_path_is_ancestor() function
2239 (gtk_tree_path_is_ancestor (path, reference->path))) in gtk_tree_row_ref_reordered()
/dports/security/gnomint/gnomint-1.2.1/src/
H A Dca.c630 if (gtk_tree_path_is_ancestor (parent, path) && gtk_tree_path_compare (parent, path)) { in ca_treeview_row_activated()
636 if (gtk_tree_path_is_ancestor (parent, path) && gtk_tree_path_compare (parent, path)) { in ca_treeview_row_activated()
771 …if (gtk_tree_path_is_ancestor (parent, selection_path) && gtk_tree_path_compare (parent, selection… in __ca_selection_type()
779 …if (gtk_tree_path_is_ancestor (parent, selection_path) && gtk_tree_path_compare (parent, selection… in __ca_selection_type()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktreemodel.h243 gboolean gtk_tree_path_is_ancestor (GtkTreePath *path,
H A Dgtktreemodel.c1005 gtk_tree_path_is_ancestor (GtkTreePath *path, in gtk_tree_path_is_ancestor() function
2233 (gtk_tree_path_is_ancestor (path, reference->path))) in gtk_tree_row_ref_reordered()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dtreepath.hg159 _WRAP_METHOD(bool is_ancestor(const TreePath& descendant) const, gtk_tree_path_is_ancestor)
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dtreepath.hg125 _WRAP_METHOD(bool is_ancestor(const TreePath& descendant) const, gtk_tree_path_is_ancestor)
/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK3.93/source/
H A Dediting.c257 (gtk_tree_path_is_ancestor (filter_path, filter_selected_path) || in check_and_adjust_dependent_element_visibilities()
/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK3/source/
H A Dediting.c257 (gtk_tree_path_is_ancestor (filter_path, filter_selected_path) || in check_and_adjust_dependent_element_visibilities()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktreemodel.inc94 function gtk_tree_path_is_ancestor(path:PGtkTreePath; descendant:PGtkTreePath):gboolean; cdecl; ext…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktreemodel.inc94 function gtk_tree_path_is_ancestor(path:PGtkTreePath; descendant:PGtkTreePath):gboolean; cdecl; ext…
/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK2/source/
H A Dediting.c273 (gtk_tree_path_is_ancestor (filter_path, filter_selected_path) || in check_and_adjust_dependent_element_visibilities()

12345