Home
last modified time | relevance | path

Searched refs:on_selection_done (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dmenushell.h120 virtual void on_selection_done();
H A Dmenushell.cc329 obj->on_selection_done(); in selection_done_callback()
552 void Gtk::MenuShell::on_selection_done() in on_selection_done() function in Gtk::Gtk::MenuShell
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dmenushell.cc398 obj->on_selection_done(); in selection_done_callback()
583 void Gtk::MenuShell::on_selection_done() in on_selection_done() function in Gtk::Gtk::MenuShell
H A Dmenushell.h169 virtual void on_selection_done();
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/headers/
H A Dgx_sequencer_settings.h117 void on_selection_done(Gtk::Menu *presetMenu);
H A Djsonrpc.h162 void on_selection_done(bool v);
H A Dgx_main_window.h215 void on_selection_done(bool v);
679 virtual void on_selection_done();
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/gui/
H A Dliveplay.cpp398 sigc::mem_fun(this, &Liveplay::on_selection_done)); in Liveplay()
443 void Liveplay::on_selection_done(bool v) { in on_selection_done() function in Liveplay
H A Dgx_sequencer_settings.cpp454 void SEQWindow::on_selection_done(Gtk::Menu *presetMenu) { in on_selection_done() function in gx_seq::SEQWindow
474 *this, &SEQWindow::on_selection_done),presetMenu)); in on_preset_add_clicked()
H A Drack.cpp1321 void PluginPresetPopup::on_selection_done() { in on_selection_done() function in PluginPresetPopup
/dports/x11/libfm-extra/libfm-1.3.2/src/gtk/
H A Dfm-places-view.c728 static void on_selection_done(GtkMenu *menu, gpointer unused) in on_selection_done() function
873 g_signal_connect(menu, "selection-done", G_CALLBACK(on_selection_done), NULL); in place_item_get_menu()
/dports/x11/libfm/libfm-1.3.2/src/gtk/
H A Dfm-places-view.c728 static void on_selection_done(GtkMenu *menu, gpointer unused) in on_selection_done() function
873 g_signal_connect(menu, "selection-done", G_CALLBACK(on_selection_done), NULL); in place_item_get_menu()
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/engine/
H A Djsonrpc.cpp1747 sigc::mem_fun(this, &GxService::on_selection_done)); in GxService()
2024 void GxService::on_selection_done(bool v) { in on_selection_done() function in GxService