Home
last modified time | relevance | path

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

12

/dports/comms/tilp2/tilp2-1.18/src/
H A Dclist.c88 static void tree_selection_changed(GtkTreeSelection* selection, gpointer user_data) in tree_selection_changed() function
233 G_CALLBACK(tree_selection_changed), NULL); in clist_init()
262 g_signal_handlers_block_by_func(G_OBJECT(selection), tree_selection_changed, NULL); in clist_refresh()
264 g_signal_handlers_unblock_by_func(G_OBJECT(selection), tree_selection_changed, NULL); in clist_refresh()
H A Dctree.c91 static void tree_selection_changed(GtkTreeSelection * selection, in tree_selection_changed() function
231 g_signal_connect(G_OBJECT(selection), "changed", G_CALLBACK(tree_selection_changed), NULL); in ctree_init()
/dports/devel/libgnt/libgnt-2.14.3/
H A Dgnttree.c436 tree_selection_changed(tree, NULL, tree->current); in redraw_tree()
497 tree_selection_changed(tree, old, tree->current); in redraw_tree()
689 tree_selection_changed(tree, old, tree->current); in action_down()
708 tree_selection_changed(tree, row, tree->current); in action_move_parent()
727 tree_selection_changed(tree, old, tree->current); in action_up()
752 tree_selection_changed(tree, old, tree->current); in action_page_down()
783 tree_selection_changed(tree, old, tree->current); in action_page_up()
857 tree_selection_changed(tree, old, tree->current); in gnt_tree_key_pressed()
907 tree_selection_changed(tree, old, tree->current); in gnt_tree_clicked()
921 tree_selection_changed(tree, old, tree->current); in gnt_tree_clicked()
[all …]
/dports/textproc/uim-el/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-vertical-gtk.c66 static gboolean tree_selection_changed (GtkTreeSelection *selection,
140 G_CALLBACK(tree_selection_changed), cwin); in uim_cand_win_vertical_gtk_init()
238 tree_selection_changed(GtkTreeSelection *selection, in tree_selection_changed() function
/dports/textproc/uim-gtk/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-vertical-gtk.c66 static gboolean tree_selection_changed (GtkTreeSelection *selection,
140 G_CALLBACK(tree_selection_changed), cwin); in uim_cand_win_vertical_gtk_init()
238 tree_selection_changed(GtkTreeSelection *selection, in tree_selection_changed() function
/dports/textproc/uim-qt5/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-vertical-gtk.c66 static gboolean tree_selection_changed (GtkTreeSelection *selection,
140 G_CALLBACK(tree_selection_changed), cwin); in uim_cand_win_vertical_gtk_init()
238 tree_selection_changed(GtkTreeSelection *selection, in tree_selection_changed() function
/dports/textproc/uim-m17nlib/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-vertical-gtk.c66 static gboolean tree_selection_changed (GtkTreeSelection *selection,
140 G_CALLBACK(tree_selection_changed), cwin); in uim_cand_win_vertical_gtk_init()
238 tree_selection_changed(GtkTreeSelection *selection, in tree_selection_changed() function
/dports/textproc/uim-gtk3/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-vertical-gtk.c66 static gboolean tree_selection_changed (GtkTreeSelection *selection,
140 G_CALLBACK(tree_selection_changed), cwin); in uim_cand_win_vertical_gtk_init()
238 tree_selection_changed(GtkTreeSelection *selection, in tree_selection_changed() function
/dports/japanese/uim-anthy/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-vertical-gtk.c66 static gboolean tree_selection_changed (GtkTreeSelection *selection,
140 G_CALLBACK(tree_selection_changed), cwin); in uim_cand_win_vertical_gtk_init()
238 tree_selection_changed(GtkTreeSelection *selection, in tree_selection_changed() function
/dports/misc/xiphos/xiphos-4.2.1/src/gtk/
H A Dgbs_dialog.c167 static void tree_selection_changed(GtkTreeSelection *selection, in tree_selection_changed() function
329 G_CALLBACK(tree_selection_changed), in gui_create_gbs_dialog()
H A Dpreferences_dialog.c1981 tree_selection_changed(GtkTreeSelection *selection, gpointer data) in tree_selection_changed() function
3090 G_CALLBACK(tree_selection_changed), model);
/dports/devel/git-cola/git-cola-3.10.1/cola/widgets/
H A Drecent.py102 self.tree.selection_changed.connect(self.tree_selection_changed)
145 def tree_selection_changed(self): member in RecentFiles
/dports/devel/git-cola/git-cola-3.10.1/cola/
H A Ddifftool.py106 self.tree.itemSelectionChanged.connect(self.tree_selection_changed)
172 def tree_selection_changed(self): member in Difftool
/dports/cad/repsnapper/repsnapper-2.5a4/src/ui/
H A Dview.h154 void tree_selection_changed();
H A Dview.cpp1106 (sigc::mem_fun(*this, &View::tree_selection_changed)); in View()
1535 void View::tree_selection_changed() in tree_selection_changed() function in View
/dports/textproc/uim-gtk/uim-d1ac9d9/gtk2/candwin/
H A Dgtk.c143 static gboolean tree_selection_changed(GtkTreeSelection *selection,
272 tree_selection_changed(GtkTreeSelection *selection, in tree_selection_changed() function
459 G_CALLBACK(tree_selection_changed), cwin); in candidate_window_init()
/dports/textproc/uim-gtk3/uim-d1ac9d9/gtk2/candwin/
H A Dgtk.c143 static gboolean tree_selection_changed(GtkTreeSelection *selection,
272 tree_selection_changed(GtkTreeSelection *selection, in tree_selection_changed() function
459 G_CALLBACK(tree_selection_changed), cwin); in candidate_window_init()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/gtk2/candwin/
H A Dgtk.c143 static gboolean tree_selection_changed(GtkTreeSelection *selection,
272 tree_selection_changed(GtkTreeSelection *selection, in tree_selection_changed() function
459 G_CALLBACK(tree_selection_changed), cwin); in candidate_window_init()
/dports/textproc/uim-qt5/uim-d1ac9d9/gtk2/candwin/
H A Dgtk.c143 static gboolean tree_selection_changed(GtkTreeSelection *selection,
272 tree_selection_changed(GtkTreeSelection *selection, in tree_selection_changed() function
459 G_CALLBACK(tree_selection_changed), cwin); in candidate_window_init()
/dports/textproc/uim-el/uim-d1ac9d9/gtk2/candwin/
H A Dgtk.c143 static gboolean tree_selection_changed(GtkTreeSelection *selection,
272 tree_selection_changed(GtkTreeSelection *selection, in tree_selection_changed() function
459 G_CALLBACK(tree_selection_changed), cwin); in candidate_window_init()
/dports/japanese/uim-anthy/uim-d1ac9d9/gtk2/candwin/
H A Dgtk.c143 static gboolean tree_selection_changed(GtkTreeSelection *selection,
272 tree_selection_changed(GtkTreeSelection *selection, in tree_selection_changed() function
459 G_CALLBACK(tree_selection_changed), cwin); in candidate_window_init()
/dports/graphics/gimp-app/gimp-2.10.30/tools/
H A Dperformance-log-viewer.py1715 "changed", self.tree_selection_changed
1790 def tree_selection_changed (self, tree_sel): member in MarkersViewer
2712 self.tree_selection_changed)
2982 def tree_selection_changed (self, tree_sel): member in ProfileViewer.Profile
3144 self.tree_selection_changed)
3359 def tree_selection_changed (self, tree_sel): member in ProfileViewer.SourceProfile
/dports/graphics/darktable/darktable-3.6.1/src/gui/
H A Dpreferences.c125 static void tree_selection_changed(GtkTreeSelection *selection, gpointer data);
943 G_CALLBACK(tree_selection_changed), NULL); in init_tab_accels()
1355 static void tree_selection_changed(GtkTreeSelection *selection, gpointer data) in tree_selection_changed() function
/dports/graphics/darktable38/darktable-3.8.0/src/gui/
H A Dpreferences.c88 static void tree_selection_changed(GtkTreeSelection *selection, gpointer data);
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-2-41038 (tree_selection_changed): removed
1166 (tree_selection_changed): Likewise.
3819 (tree_selection_changed): Likewise.
5494 tree_selection_changed().
5497 (tree_selection_changed): Use _gtk_file_chooser_set_current_folder_path().
6147 (tree_selection_changed): Unselect everything from the shortcuts
6153 (tree_selection_changed): Call toolbar_check_sensitivity().

12