Home
last modified time | relevance | path

Searched refs:GtkTreeSelection (Results 1 – 25 of 4014) sorted by relevance

12345678910>>...161

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktreeselection.h39 typedef gboolean (* GtkTreeSelectionFunc) (GtkTreeSelection *selection,
66 void (* changed) (GtkTreeSelection *selection);
78 void gtk_tree_selection_set_mode (GtkTreeSelection *selection,
80 GtkSelectionMode gtk_tree_selection_get_mode (GtkTreeSelection *selection);
81 void gtk_tree_selection_set_select_function (GtkTreeSelection *selection,
92 gboolean gtk_tree_selection_get_selected (GtkTreeSelection *selection,
95 GList * gtk_tree_selection_get_selected_rows (GtkTreeSelection *selection,
98 void gtk_tree_selection_selected_foreach (GtkTreeSelection *selection,
101 void gtk_tree_selection_select_path (GtkTreeSelection *selection,
103 void gtk_tree_selection_unselect_path (GtkTreeSelection *selection,
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktreeselection.h51 typedef gboolean (* GtkTreeSelectionFunc) (GtkTreeSelection *selection,
77 void gtk_tree_selection_set_mode (GtkTreeSelection *selection,
80 GtkSelectionMode gtk_tree_selection_get_mode (GtkTreeSelection *selection);
82 void gtk_tree_selection_set_select_function (GtkTreeSelection *selection,
87 gpointer gtk_tree_selection_get_user_data (GtkTreeSelection *selection);
97 gboolean gtk_tree_selection_get_selected (GtkTreeSelection *selection,
101 GList * gtk_tree_selection_get_selected_rows (GtkTreeSelection *selection,
106 void gtk_tree_selection_selected_foreach (GtkTreeSelection *selection,
110 void gtk_tree_selection_select_path (GtkTreeSelection *selection,
113 void gtk_tree_selection_unselect_path (GtkTreeSelection *selection,
[all …]
H A Dgtktreeselection.c76 void (* changed) (GtkTreeSelection *selection);
165 gtk_tree_selection_init (GtkTreeSelection *selection) in gtk_tree_selection_init()
173 GtkTreeSelection *selection = GTK_TREE_SELECTION (object); in gtk_tree_selection_finalize()
228 GtkTreeSelection*
231 GtkTreeSelection *selection; in _gtk_tree_selection_new()
247 GtkTreeSelection*
250 GtkTreeSelection *selection; in _gtk_tree_selection_new_with_tree_view()
290 gtk_tree_selection_set_mode (GtkTreeSelection *selection, in gtk_tree_selection_set_mode()
365 gtk_tree_selection_get_mode (GtkTreeSelection *selection) in gtk_tree_selection_get_mode()
1041 GtkTreeSelection *selection;
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktreeselection.h54 typedef gboolean (* GtkTreeSelectionFunc) (GtkTreeSelection *selection,
94 void (* changed) (GtkTreeSelection *selection);
110 void gtk_tree_selection_set_mode (GtkTreeSelection *selection,
113 GtkSelectionMode gtk_tree_selection_get_mode (GtkTreeSelection *selection);
115 void gtk_tree_selection_set_select_function (GtkTreeSelection *selection,
130 gboolean gtk_tree_selection_get_selected (GtkTreeSelection *selection,
134 GList * gtk_tree_selection_get_selected_rows (GtkTreeSelection *selection,
139 void gtk_tree_selection_selected_foreach (GtkTreeSelection *selection,
143 void gtk_tree_selection_select_path (GtkTreeSelection *selection,
146 void gtk_tree_selection_unselect_path (GtkTreeSelection *selection,
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkTreeSelection.xs107 GtkTreeSelection *selection
113 GtkTreeSelection *selection
118 GtkTreeSelection *selection
133 GtkTreeSelection *selection
147 GtkTreeSelection *selection
158 GtkTreeSelection *selection in gtk_tree_selection_get_selected()
228 GtkTreeSelection *selection
243 GtkTreeSelection *selection
249 GtkTreeSelection *selection
255 GtkTreeSelection *selection
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtreeselection.cc81 static gboolean SignalProxy_Select_gtk_callback(GtkTreeSelection*, GtkTreeModel* model, GtkTreePath… in SignalProxy_Select_gtk_callback() argument
129 …GtkTreeView *const tree_view = gtk_tree_selection_get_tree_view(const_cast<GtkTreeSelection*>(gobj… in get_model()
178 const_cast<GtkTreeSelection*>(gobj()), 0), Glib::OWNERSHIP_DEEP); in get_selected_rows()
186 const_cast<GtkTreeSelection*>(gobj()), &model_gobject), Glib::OWNERSHIP_DEEP); in get_selected_rows()
213 Glib::RefPtr<Gtk::TreeSelection> wrap(GtkTreeSelection* object, bool take_copy) in wrap()
260 void TreeSelection_Class::changed_callback(GtkTreeSelection* self) in changed_callback()
300 return new TreeSelection((GtkTreeSelection*)object); in wrap_new()
306 GtkTreeSelection* TreeSelection::gobj_copy() in gobj_copy()
319 TreeSelection::TreeSelection(GtkTreeSelection* castitem) in TreeSelection()
350 return ((SelectionMode)(gtk_tree_selection_get_mode(const_cast<GtkTreeSelection*>(gobj())))); in get_mode()
[all …]
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-prj/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-vc/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-sendmail/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-insertnum/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);
/dports/devel/geany-plugin-lua/geany-plugins-1.38/scope/src/
H A Dmenu.h49 GtkWidget *menu_select(const char *name, MenuInfo *menu_info, GtkTreeSelection *selection);
72 void menu_mode_display(GtkTreeSelection *selection, const MenuItem *menu_item, gint column);
73 void menu_mode_update(GtkTreeSelection *selection, gint new_mode, gboolean hbit);
79 void menu_mber_display(GtkTreeSelection *selection, const MenuItem *menu_item);
80 void menu_mber_update(GtkTreeSelection *selection, const MenuItem *menu_item);
81 void menu_mber_button_release(GtkTreeSelection *selection, GtkWidget *item,
84 void menu_copy(GtkTreeSelection *selection, const MenuItem *menu_item);
85 void menu_modify(GtkTreeSelection *selection, const MenuItem *menu_item);
86 void menu_inspect(GtkTreeSelection *selection);

12345678910>>...161