Home
last modified time | relevance | path

Searched refs:Tabbable (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/audio/ardour6/Ardour-6.8.0/libs/widgets/
H A Dtabbable.cc46 Tabbable::~Tabbable () in ~Tabbable()
94 Tabbable::get (bool create) in get()
149 Tabbable::tab_root_drop () in tab_root_drop()
163 Tabbable::show_window () in show_window()
198 Tabbable::make_visible () in make_visible()
224 Tabbable::detach () in detach()
231 Tabbable::attach () in attach()
284 Tabbable::tabbed () const in tabbed()
298 Tabbable::hide_tab () in hide_tab()
308 Tabbable::show_tab () in show_tab()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/widgets/widgets/
H A Dtabbable.h44 class LIBWIDGETS_API Tabbable : public Gtkmm2ext::WindowProxy
47Tabbable (Gtk::Widget&, const std::string& user_visible_name, std::string const & untranslated_nam…
48 ~Tabbable ();
81 sigc::signal1<void,Tabbable&> StateChange;
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/tabbable_shim_test/
H A Dtabbable_shim_test.routing.yml5 _title: 'Tabbable testing'
13 _title: 'Tabbable dialog integration testing'
H A Dtabbable_shim_test.info.yml1 name: 'Tabbable Shim Test'
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dardour_ui_dialogs.cc468 std::vector<Tabbable*> candidates; in step_up_through_tabs()
493 std::vector<Tabbable*>::iterator prev = candidates.end(); in step_up_through_tabs()
494 std::vector<Tabbable*>::iterator i; in step_up_through_tabs()
513 std::vector<Tabbable*> candidates; in step_down_through_tabs()
539 std::vector<Tabbable*>::reverse_iterator i; in step_down_through_tabs()
556 ARDOUR_UI::key_change_tabbable_visibility (Tabbable* t) in key_change_tabbable_visibility()
600 ARDOUR_UI::show_tabbable (Tabbable* t) in show_tabbable()
610 ARDOUR_UI::hide_tabbable (Tabbable* t) in hide_tabbable()
619 ARDOUR_UI::attach_tabbable (Tabbable* t) in attach_tabbable()
629 ARDOUR_UI::detach_tabbable (Tabbable* t) in detach_tabbable()
[all …]
H A Dardour_ui.h184 class Tabbable; variable
226 void show_tabbable (ArdourWidgets::Tabbable*);
423 void hide_tabbable (ArdourWidgets::Tabbable*);
424 void detach_tabbable (ArdourWidgets::Tabbable*);
425 void attach_tabbable (ArdourWidgets::Tabbable*);
426 void button_change_tabbable_visibility (ArdourWidgets::Tabbable*);
427 void key_change_tabbable_visibility (ArdourWidgets::Tabbable*);
430 void tabbable_state_change (ArdourWidgets::Tabbable&);
H A Dpublic_editor.cc35 : Tabbable (content, _("Editor"), X_("editor")) in PublicEditor()
H A Drc_option_editor.h39 …tor : public OptionEditorContainer, public ARDOUR::SessionHandlePtr, public ArdourWidgets::Tabbable
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/screens/
H A Dscreen_switcher.h35 if (dynamic_cast<Tabbable *>(myScreen))
48 const bool isScreenTabbable = std::is_base_of<Tabbable, ScreenT>::value;
H A Dhelp.h28 struct Help: Screen<NC::Scrollpad>, Tabbable
H A Doutputs.h33 struct Outputs: Screen<NC::Menu<MPD::Output>>, Tabbable
H A Dsong_info.h28 struct SongInfo: Screen<NC::Scrollpad>, Tabbable
H A Dserver_info.h29 struct ServerInfo: Screen<NC::Scrollpad>, Tabbable
H A Dclock.h32 struct Clock: Screen<NC::Window>, Tabbable
H A Dsort_playlist.h30 …::Menu<RunnableItem<std::pair<std::string, MPD::Song::GetFunction>, void()>>>, HasActions, Tabbable
H A Dlastfm.h34 struct Lastfm: Screen<NC::Scrollpad>, Tabbable
H A Dlyrics.h36 struct Lyrics: Screen<NC::Scrollpad>, Tabbable
H A Dsel_items_adder.h30 …ItemsAdder: Screen<NC::Menu<RunnableItem<std::string, void()>> *>, HasActions, Searchable, Tabbable
H A Dplaylist_editor.h31 struct PlaylistEditor: Screen<NC::Window *>, Filterable, HasColumns, HasSongs, Searchable, Tabbable
H A Dplaylist.h33 struct Playlist: Screen<SongMenu>, Filterable, HasSongs, Searchable, Tabbable
H A Dvisualizer.h39 struct Visualizer: Screen<NC::Window>, Tabbable
H A Dbrowser.h46 struct Browser: Screen<BrowserWindow>, Filterable, HasSongs, Searchable, Tabbable
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/
H A Dinterfaces.h71 struct Tabbable struct
73 Tabbable() : m_previous_screen(0) { } in Tabbable() function
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/@elastic/eui/node_modules/tabbable/
H A DREADME.md96Tabbable tries to identify elements that are reliably tabbable across (not dead) browsers.** Brows…
99 …dden*, and therefore not actually tabbable. (That said, if you do think Tabbable can be simplified…
101 - Although Tabbable tries to deal with positive tabindexes, **you should not use positive tabindexe…
102 … by default: you have to change a setting to get the standard behavior. Tabbable does not know whe…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/@elastic/eui/node_modules/tabbable/
H A DREADME.md96Tabbable tries to identify elements that are reliably tabbable across (not dead) browsers.** Brows…
99 …dden*, and therefore not actually tabbable. (That said, if you do think Tabbable can be simplified…
101 - Although Tabbable tries to deal with positive tabindexes, **you should not use positive tabindexe…
102 … by default: you have to change a setting to get the standard behavior. Tabbable does not know whe…

123456789