Home
last modified time | relevance | path

Searched refs:get_tab_label (Results 1 – 25 of 79) sorted by relevance

1234

/dports/x11/guake/Guake-3.4.0/guake/
H A Dnotebook.py129 yield self.get_tab_label(self.get_nth_page(page_num))
216 old_label = self.get_tab_label(page)
242 return self.get_tab_label(self.get_nth_page(index)).get_text()
245 return self.get_tab_label(page).get_text()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Ddialog-notebook.cpp158 Gtk::Widget *tab = old_notebook->get_tab_label(page); in move_page()
418 Gtk::EventBox *cover = dynamic_cast<Gtk::EventBox *>(_notebook.get_tab_label(*page)); in on_size_allocate_notebook()
495 Gtk::EventBox *cover = dynamic_cast<Gtk::EventBox *>(_notebook.get_tab_label(*page)); in toggle_tab_labels_callback()
528 Gtk::EventBox *cover = dynamic_cast<Gtk::EventBox *>(_notebook.get_tab_label(*page)); in on_page_switch()
533 if (cover == dynamic_cast<Gtk::EventBox *>(_notebook.get_tab_label(*curr_page))) { in on_page_switch()
579 Gtk::Widget *tab = _notebook.get_tab_label(*page); in add_close_tab_callback()
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dtest_qltk_x.py20 self.failUnlessEqual(n.get_tab_label(c).get_text(), "A Test")
28 self.failUnless(l is n.get_tab_label(c))
/dports/x11/terminator/terminator-2.1.1/terminatorlib/
H A Dnotebook.py69 label = self.get_tab_label(self.get_nth_page(tab))
128 label = self.get_tab_label(page)
151 label = self.get_tab_label(widget)
224 label = self.get_tab_label(widget)
338 if label == nb.get_tab_label(nb.get_nth_page(i)):
409 label = self.get_tab_label(notebook)
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/gtk3/
H A Dtorrentdetails.py55 def get_tab_label(self): member in Tab
227 tab.get_child_widget(), tab.get_tab_label(), insert_pos
299 self.tabs[tab_name].get_tab_label(),
308 self.tabs[tab_name].get_tab_label(),
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-sidebar.h53 char * (* get_tab_label) (CajaSidebar *sidebar); member
H A Dcaja-sidebar.c101 return (* CAJA_SIDEBAR_GET_IFACE (sidebar)->get_tab_label) (sidebar); in caja_sidebar_get_tab_label()
/dports/graphics/minder/Minder-1.13.1/src/
H A DDynamicNotebook.vala679 _tabs.append (notebook.get_tab_label (notebook.get_nth_page (i)) as Tab);
987 var tab = notebook.get_tab_label (page) as Tab;
999 var tab = this.notebook.get_tab_label (this.notebook.get_nth_page (i)) as Tab;
1008 var tab = this.notebook.get_tab_label (this.notebook.get_nth_page (i)) as Tab;
1028 if ((this.notebook.get_tab_label (this.notebook.get_nth_page (i)) as Tab).pinned) {
1048 … this.notebook.get_tab_label (this.notebook.get_nth_page (i)).width_request = tab_width;
1050 if ((this.notebook.get_tab_label (this.notebook.get_nth_page (i)) as Tab).pinned) {
1051 … this.notebook.get_tab_label (this.notebook.get_nth_page (i)).width_request = TAB_WIDTH_PINNED;
1122 return notebook.get_tab_label (notebook.get_nth_page (index)) as Tab;
1126 return notebook.get_tab_label (widget.get_parent ()) as Tab;
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/gtkui/
H A Dui_playlist_notebook.cc237 static GtkLabel * get_tab_label (int list_idx) in get_tab_label() function
483 update_tab_label (get_tab_label (i), list_of (treeview)); in pl_notebook_update()
528 update_tab_label (get_tab_label (i), list); in pl_notebook_set_playing()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dnotebook.h175 Widget* get_tab_label() const;
830 Widget* get_tab_label(Widget& child);
839 const Widget* get_tab_label(Widget& child) const;
H A Dnotebook.cc136 Widget* Page::get_tab_label() const in get_tab_label() function in Gtk::Notebook_Helpers::Page
138 return parent_->get_tab_label(*get_child()); in get_tab_label()
981 Widget* Notebook::get_tab_label(Widget& child) in get_tab_label() function in Gtk::Notebook
986 const Widget* Notebook::get_tab_label(Widget& child) const in get_tab_label() function in Gtk::Notebook
988 return const_cast<Notebook*>(this)->get_tab_label(child); in get_tab_label()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dnotebook.h451 Widget* get_tab_label(Widget& child);
460 const Widget* get_tab_label(Widget& child) const;
H A Dnotebook.cc532 Widget* Notebook::get_tab_label(Widget& child) in get_tab_label() function in Gtk::Notebook
537 const Widget* Notebook::get_tab_label(Widget& child) const in get_tab_label() function in Gtk::Notebook
539 return const_cast<Notebook*>(this)->get_tab_label(child); in get_tab_label()
/dports/audio/exaile/exaile-4.1.1/xlgui/widgets/
H A Dnotebook.py129 tab = self.get_tab_label(self.get_nth_page(page_num))
161 tab_label = self.get_tab_label(self.get_current_tab())
171 tab = self.get_tab_label(page) # type: NotebookTab
/dports/editors/gobby/gobby-0.4.13/src/
H A Dfolder.cpp279 TabLabel& label = *static_cast<TabLabel*>(get_tab_label(win) ); in set_tab_colour()
305 TabLabel& label = *static_cast<TabLabel*>(get_tab_label(window) ); in on_document_modified_changed()
/dports/science/gramps/gramps-5.1.4/gramps/gui/editors/
H A Deditsecondary.py83 label = notebook.get_tab_label(child)
/dports/textproc/meld/meld-3.20.4/meld/ui/
H A Dnotebook.py157 nbl = self.get_tab_label(page)
/dports/x11-toolkits/granite/granite-6.2.0/lib/Widgets/
H A DDynamicNotebook.vala759 _tabs.append (notebook.get_tab_label (notebook.get_nth_page (i)) as Tab);
1084 var tab = notebook.get_tab_label (page) as Tab;
1096 if ((this.notebook.get_tab_label (this.notebook.get_nth_page (i)) as Tab).pinned) {
1104 … if ((this.notebook.get_tab_label (this.notebook.get_nth_page (i)) as Tab).pinned) {
1123 if ((this.notebook.get_tab_label (this.notebook.get_nth_page (i)) as Tab).pinned) {
1214 return notebook.get_tab_label (notebook.get_nth_page (index)) as Tab;
1218 return notebook.get_tab_label (widget.get_parent ()) as Tab;
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/
H A Dmessage_window.py640 tab = self.notebook.get_tab_label(ctrl.widget)
657 tab_label_str = ctrl.get_tab_label()
663 tab_label_str, color = ctrl.get_tab_label(chatstate)
852 tab = self.notebook.get_tab_label(page)
876 tab = self.notebook.get_tab_label(page)
/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-notebook.c812 get_tab_label (XedTab *tab) in get_tab_label() function
828 tab_label = get_tab_label (tab); in remove_tab_label()
994 tab_label = get_tab_label (tab); in set_close_buttons_sensitivity()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dnotebook.hg117 _WRAP_METHOD(Widget* get_tab_label(Widget& child), gtk_notebook_get_tab_label)
118 …_WRAP_METHOD(const Widget* get_tab_label(Widget& child) const, gtk_notebook_get_tab_label, constve…
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkNotebook.t99 ok( $nb->get_tab_label($child)->get_text eq 're-set' );
/dports/multimedia/pitivi/pitivi-0.999/pitivi/
H A Dtabsmanager.py94 child_name = self.get_tab_label(child).get_text()
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-notebook.c929 get_tab_label (PlumaTab *tab) in get_tab_label() function
945 tab_label = get_tab_label (tab); in remove_tab_label()
1108 tab_label = get_tab_label (tab); in set_close_buttons_sensitivity()
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/gtkgui/widgets/
H A Diconnotebook.py305 tab_label = self.notebook.get_tab_label(page)
311 return self.notebook.get_tab_label(page).eventbox

1234