Home
last modified time | relevance | path

Searched refs:select_entry (Results 1 – 25 of 74) sorted by relevance

123

/dports/x11/keyboardcast/keyboardcast-0.1.1/
H A Dkeyboardcast.c169 button_clicked( GtkButton *button, GtkEntry *select_entry ) in button_clicked() argument
181 criteria = gtk_entry_get_text( select_entry ); in button_clicked()
209 GtkWidget *window, *treeview, *select_entry, *spawn_dialog, *spawn_label; in setup_interface() local
222 select_entry = glade_xml_get_widget( xml, "select-entry" ); in setup_interface()
228 if( select_entry == NULL || treeview == NULL || in setup_interface()
249 G_CALLBACK( button_clicked ), select_entry ); in setup_interface()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/search-tool/
H A Dlibrary.cc108 m_playlist.select_entry (entry, false); in begin_add()
112 m_playlist.select_entry (entry, true); in begin_add()
150 m_playlist.select_entry (entry, ! added || ! (* added)); in add_complete()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/search-tool-qt/
H A Dlibrary.cc108 m_playlist.select_entry (entry, false); in begin_add()
112 m_playlist.select_entry (entry, true); in begin_add()
151 m_playlist.select_entry (entry, ! added || ! (* added)); in add_complete()
/dports/x11/slick-greeter/slick-greeter-1.5.3/src/
H A Dgreeter-list.vala248 select_entry (entries.nth_data (0), -1.0);
257 select_entry (entries.nth_data (index), -1.0);
263 select_entry (entries.nth_data (index), 1.0);
403 select_entry (entry, 1.0);
405 select_entry (selected_entry, 1.0);
421 select_entry (e, direction);
431 select_entry (e, 1.0);
473 select_entry (entries.nth_data (index), -1.0);
697 select_entry (saved_entry, 1, start_scrolling);
773 select_entry (entry, -1.0);
[all …]
/dports/multimedia/audacious/audacious-4.1/src/libaudgui/
H A Dqueue-manager.cc63 list.select_entry (list.queue_get_entry (row), selected); in set_selected()
72 list.select_entry (list.queue_get_entry (i), selected); in select_all()
122 list.select_entry (entry, false); in remove_selected()
/dports/multimedia/audacious/audacious-4.1/src/libaudqt/
H A Dqueue-manager-qt.cc167 list.select_entry(list.queue_get_entry(index.row()), true); in selectionChanged()
170 list.select_entry(list.queue_get_entry(index.row()), false); in selectionChanged()
253 list.select_entry(entry, false); in removeSelected()
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dplaylist-utils.cc195 select_entry(i, true); in remove_duplicates()
212 select_entry(i, true); in remove_duplicates()
234 select_entry(i, true); in remove_unavailable()
267 select_entry(i, false); in select_by_patterns()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/moonstone/
H A Dplaylist.cc268 m_playlist.select_entry(indexToRow(idx), true); in selectionChanged()
270 m_playlist.select_entry(indexToRow(idx), false); in selectionChanged()
286 m_playlist.select_entry(entry, true); in scrollToCurrent()
439 m_playlist.select_entry(focus, true); in setFilter()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/qtui/
H A Dplaylist-qt.cc272 m_playlist.select_entry(indexToRow(idx), true); in selectionChanged()
274 m_playlist.select_entry(indexToRow(idx), false); in selectionChanged()
290 m_playlist.select_entry(entry, true); in scrollToCurrent()
492 m_playlist.select_entry(focus, true); in setFilter()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins/
H A Dplaylist-widget.cc381 m_playlist.select_entry (position, true); in select_single()
397 m_playlist.select_entry (count, ! m_playlist.entry_selected (count + sign)); in select_extend()
399 m_playlist.select_entry (position, true); in select_extend()
422 m_playlist.select_entry (position, ! m_playlist.entry_selected (position)); in select_toggle()
448 m_playlist.select_entry (focus, true); in delete_selected()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/ui-common/
H A Dmenu-ops.cc95 list.select_entry (focus, true); in pl_queue_toggle()
111 list.select_entry (entry, ! list.entry_selected (entry)); in pl_select_invert()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dhtpedimp.h36 virtual bool select_entry(void *entry);
H A Dhtpereloc.h43 virtual bool select_entry(void *entry);
H A Dhtpeexp.h42 virtual bool select_entry(void *entry);
H A Dhtxbeimp.h71 virtual bool select_entry(void *entry);
H A Dhtpefimp.h78 virtual bool select_entry(void *entry);
H A Dhtpeimp.h83 virtual bool select_entry(void *entry);
H A Dhtpefimp.cc263 select_entry(e_cursor); in handlemsg()
272 bool ht_pef_import_viewer::select_entry(void *entry) in select_entry() function in ht_pef_import_viewer
H A Dhtxbeimp.cc615 select_entry(e_cursor); in handlemsg()
624 bool ht_xbe_import_viewer::select_entry(void *entry) in select_entry() function in ht_xbe_import_viewer
H A Dhtpereloc.cc299 select_entry(e_cursor); in handlemsg()
308 bool ht_pe_reloc_viewer::select_entry(void *entry) in select_entry() function in ht_pe_reloc_viewer
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins-qt/
H A Dplaylist-widget.cc338 m_playlist.select_entry (position, true); in select_single()
354 m_playlist.select_entry (count, ! m_playlist.entry_selected (count + sign)); in select_extend()
356 m_playlist.select_entry (position, true); in select_extend()
379 m_playlist.select_entry (position, ! m_playlist.entry_selected (position)); in select_toggle()
405 m_playlist.select_entry (focus, true); in delete_selected()
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/src/
H A Dconfig_option_set.cpp106 settings& select_entry(settings& config, string_view key){ in select_entry() function
112 return select_entry(config[prefix].as_dictionary(), suffix); in select_entry()
136 auto& entry = opt_ctg == "global" ? config : select_entry(config, opt_ctg); in parse()
/dports/math/gap/gap-4.11.0/pkg/Browse/app/
H A Dconwaypols.g97 select_entry:= function( t )
116 select_entry:= footerlength,
165 select_entry:= sel_action,
/dports/audio/ir-lv2/ir.lv2-1.3.4/
H A Dir_utils.h43 void select_entry(GtkTreeModel * model, GtkTreeSelection * select, char * filename);
/dports/x11/mlterm/mlterm-3.9.1/contrib/tool/mlcc/
H A Dmain.c52 int select_entry(config_data_t *data);
222 int select_entry(config_data_t *data) { in select_entry() function
474 if (select_entry(&data)) { in main()

123