Home
last modified time | relevance | path

Searched refs:_tab_label (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dfill-and-stroke.cpp179 Gtk::Label *_tab_label = Gtk::manage(new Gtk::Label(label, true)); in _createPageTabLabel() local
180 _tab_label_box->pack_start(*_tab_label); in _createPageTabLabel()
H A Ddocument-properties.cpp1442 Gtk::Label *_tab_label = Gtk::manage(new Gtk::Label(label, true)); in _createPageTabLabel() local
1443 _tab_label_box->pack_start(*_tab_label); in _createPageTabLabel()
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/gtk3/
H A Dtorrentdetails.py40 self._tab_label = self.main_builder.get_object(tab_label) if tab_label else None
56 parent = self._tab_label.get_parent()
59 parent.remove(self._tab_label)
61 return self._tab_label
/dports/x11/elementary-terminal/terminal-6.0.1/src/Widgets/
H A DTerminalWidget.vala56 private string _tab_label;
59 return _tab_label;
64 _tab_label = value;
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/plugins/Stats/deluge_stats/
H A Dgtkui.py98 self._tab_label = self.label
/dports/audio/synthpod-lv2/synthpod-01aad91/plugins/
H A Dsynthpod_common_nk.c4683 _tab_label(struct nk_context *ctx, const char *label) in _tab_label() function
4740 _tab_label(ctx, bank_label); in _expose_main_preset_list_for_bank()
6025 _tab_label(ctx, lilv_node_as_string(group_label_node)); in _expose_control_list()
6053 _tab_label(ctx, "Ungrouped"); in _expose_control_list()
6076 _tab_label(ctx, "Parameters"); in _expose_control_list()
6098 _tab_label(ctx, "Dynameters"); in _expose_control_list()