Home
last modified time | relevance | path

Searched refs:tabLabel (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/editor/
H A DDataViewInternalFrame.java191 JLabel tabLabel = new JLabel(fastaPane.getFormat() + " " + tabName); in DataViewInternalFrame() local
192 tabLabel.setFont(BigPane.font); in DataViewInternalFrame()
194 tabLabel.setOpaque(true); in DataViewInternalFrame()
195 xBox.add(tabLabel); in DataViewInternalFrame()
214 split.setLabel(tabLabel); in DataViewInternalFrame()
439 private JLabel tabLabel; field in DataViewInternalFrame.ActiveJSplitPane
449 public void setLabel(JLabel tabLabel) in setLabel() argument
451 this.tabLabel = tabLabel; in setLabel()
452 this.bg = tabLabel.getBackground(); in setLabel()
458 tabLabel.setBackground(Color.yellow); in setActive()
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/src/
H A DTerminalUI.hs144 case tabLabel of
335 case tabLabel of
341 setTabStopped tabLabel
394 plug tabLabel socket sendList = do function
401 delayedSend tabLabel socket sendList = do function
403 setTabRunning tabLabel
416 setTabStopped tabLabel
423 setTabRunning (Just tabLabel) = do function
424 ctxTab <- GTK.widgetGetStyleContext tabLabel
429 setTabStopped (Just tabLabel) = do function
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/Graphics/UI/Gtk/Layout/
H A DNotebook.chs283 -> tabLabel -- ^ @tabLabel@ - the 'Widget' to be used as the label for the
295 (toWidget tabLabel)
310 -> tabLabel -- ^ @tabLabel@ - the 'Widget' to be used as the label for the
320 (toWidget tabLabel)
381 -> tabLabel -- ^ @tabLabel@ - the 'Widget' to be used as the label for the
393 (toWidget tabLabel)
407 -> tabLabel -- ^ @tabLabel@ - the 'Widget' to be used as the label for the
417 (toWidget tabLabel)
484 -> tabLabel -- ^ @tabLabel@ - the 'Widget' to be used as the label for the
498 (toWidget tabLabel)
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/Graphics/UI/Gtk/Layout/
H A DNotebook.chs283 -> tabLabel -- ^ @tabLabel@ - the 'Widget' to be used as the label for the
295 (toWidget tabLabel)
310 -> tabLabel -- ^ @tabLabel@ - the 'Widget' to be used as the label for the
320 (toWidget tabLabel)
381 -> tabLabel -- ^ @tabLabel@ - the 'Widget' to be used as the label for the
393 (toWidget tabLabel)
407 -> tabLabel -- ^ @tabLabel@ - the 'Widget' to be used as the label for the
417 (toWidget tabLabel)
484 -> tabLabel -- ^ @tabLabel@ - the 'Widget' to be used as the label for the
498 (toWidget tabLabel)
[all …]
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/
H A Doxygengtkutils.cpp466 GtkWidget* tabLabel( gtk_notebook_get_tab_label( notebook, page ) ); in gtk_notebook_tab_contains() local
469 const GtkAllocation allocation( gtk_widget_get_allocation( tabLabel ) ); in gtk_notebook_tab_contains()
492 GtkWidget* tabLabel( gtk_notebook_get_tab_label( notebook, page ) ); in gtk_notebook_find_tab() local
493 if(!tabLabel) continue; in gtk_notebook_find_tab()
496 const GtkAllocation allocation( gtk_widget_get_allocation( tabLabel ) ); in gtk_notebook_find_tab()
535 GtkWidget* tabLabel( gtk_notebook_get_tab_label( notebook, page ) ); in gtk_notebook_is_tab_label() local
536 if( widget == tabLabel ) return true; in gtk_notebook_is_tab_label()
653 GtkWidget* tabLabel( gtk_notebook_get_tab_label( notebook, page ) ); in gtk_notebook_update_close_buttons() local
654 if( tabLabel && GTK_IS_CONTAINER( tabLabel ) ) in gtk_notebook_update_close_buttons()
655 { gtk_container_adjust_buttons_state( GTK_CONTAINER( tabLabel ) ); } in gtk_notebook_update_close_buttons()
[all …]
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/
H A Doxygengtkutils.cpp517 GtkWidget* tabLabel( gtk_notebook_get_tab_label( notebook, page ) ); in gtk_notebook_tab_contains() local
520 const GtkAllocation allocation( gtk_widget_get_allocation( tabLabel ) ); in gtk_notebook_tab_contains()
543 GtkWidget* tabLabel( gtk_notebook_get_tab_label( notebook, page ) ); in gtk_notebook_find_tab() local
544 if(!tabLabel) continue; in gtk_notebook_find_tab()
547 const GtkAllocation allocation( gtk_widget_get_allocation( tabLabel ) ); in gtk_notebook_find_tab()
590 GtkWidget* tabLabel( gtk_notebook_get_tab_label( notebook, page ) ); in gtk_notebook_is_tab_label() local
591 if( widget == tabLabel ) return true; in gtk_notebook_is_tab_label()
706 GtkWidget* tabLabel( gtk_notebook_get_tab_label( notebook, page ) ); in gtk_notebook_update_close_buttons() local
707 if( tabLabel && GTK_IS_CONTAINER( tabLabel ) ) in gtk_notebook_update_close_buttons()
708 { gtk_container_adjust_buttons_state( GTK_CONTAINER( tabLabel ) ); } in gtk_notebook_update_close_buttons()
[all …]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/multieditor/
H A Dmultieditorwidget.cpp17 tabLabel = value; in setTabLabel()
22 return tabLabel; in getTabLabel()
/dports/games/flightgear/flightgear-2020.3.11/utils/fgqcanvas/qml/
H A DVerticalTabPanel.qml81 width: tabLabel.implicitHeight + 10
82 height: tabLabel.implicitWidth + 20
90 id: tabLabel
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DTable.java406 for (Content tabLabel : tabMap.keySet()) { in toContent()
408 if (tabs.contains(tabLabel)) { in toContent()
409 … HtmlTree tab = createTab(HtmlIds.forTab(id, tabIndex), tabStyle, false, tabLabel); in toContent()
427 … private HtmlTree createTab(HtmlId tabId, HtmlStyle style, boolean defaultTab, Content tabLabel) { in createTab() argument
438 tab.add(tabLabel); in createTab()
/dports/devel/p5-JQuery/JQuery-1.06/lib/JQuery/
H A DTabs.pm98 my $tabLabel = CGI::Util::escape($h) ;
99 …$href = qq[<a href="$my->{param}{remoteProgram}?rm=$my->{param}{rm}&amp;tab=$tabLabel">] if $my->{…
/dports/net-im/coyim/coyim-0.3.11/gui/
H A Dconversation_view_owner.go181 tabLabel := csi.shortName()
184 tabLabel = tabLabel + " [at] " + resource
186 cvf.ul.notebook.SetTabLabelText(cp.widget, tabLabel)
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/
H A DArrangementDemoWindow.cpp108 TraitsType tt, QString tabLabel, CGAL::Object arr_obj) in makeTab() argument
111 if (tabLabel.isNull()) in makeTab()
112 tabLabel = makeTabLabel(tt); in makeTab()
113 this->addTab(demoTab, tabLabel); in makeTab()
118 ArrangementDemoTab* demoTab, QString tabLabel) in addTab() argument
122 this->ui->tabWidget->addTab(demoTab, tabLabel); in addTab()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/MonoDevelop.Ide.Gui/
H A DSdiWorkspaceWindow.cs72 …void SetDockNotebook (Pinta.Docking.DockNotebook.DockNotebook tabControl, DockNotebookTab tabLabel) in SetDockNotebook() argument
75 this.tab = tabLabel; in SetDockNotebook()
81 …nt content, Pinta.Docking.DockNotebook.DockNotebook tabControl, DockNotebookTab tabLabel) : base () in SdiWorkspaceWindow() argument
85 this.tab = tabLabel; in SdiWorkspaceWindow()
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dgroupdialog.cpp138 GtkWidget* GroupDialog_addPage(const char* tabLabel, GtkWidget* widget, const StringExportCallback&… in GroupDialog_addPage() argument
140 GtkWidget* w = gtk_label_new(tabLabel); in GroupDialog_addPage()
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dgroupdialog.cpp130 GtkWidget* GroupDialog_addPage( const char* tabLabel, GtkWidget* widget, const StringExportCallback… in GroupDialog_addPage() argument
131 GtkWidget* w = gtk_label_new( tabLabel ); in GroupDialog_addPage()
/dports/science/v_sim/v_sim-3.8.0/src/extraGtkFunctions/
H A Dgtk_toolPanelWidget.c142 gchar *tabLabel; member
329 if (visu_ui_panel->tabLabel) in visu_ui_panel_finalize()
330 g_free(visu_ui_panel->tabLabel); in visu_ui_panel_finalize()
355 visu_ui_panel->tabLabel = (gchar*)0; in visu_ui_panel_init()
392 visu_ui_panel->tabLabel = g_strdup(tabName); in visu_ui_panel_new()
496 label = gtk_label_new(visu_ui_panel->tabLabel); in visu_ui_panel_getHeaderWidget()
630 visu_ui_panel->tabLabel, (gpointer)visu_ui_panel); in visu_ui_panel_setContainer()
639 visu_ui_panel->tabLabel, (gpointer)visu_ui_panel, (gpointer)container); in visu_ui_panel_setContainer()
812 lbl = g_strdup_printf(_("Hide tool '%s'"), visu_ui_panel->tabLabel); in buildDockMenu()
1059 " (%s).\n", visu_ui_panel->tabLabel, page, window->name); in visu_ui_panel_detach()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/mcc/frontend/css/
H A Dcontent.css195 .dijitTabContainerTop-tabs .dijitTab .tabLabel {
201 .dijitTabContainerTop-tabs .dijitTabHover .tabLabel {
204 .dijitTabContainerTop-tabs .dijitTabCheckedHover .tabLabel {
207 .dijitTabContainerTop-tabs .dijitTabChecked .tabLabel {
224 .claro .dijitTabContainerTabListNested .dijitTabHover .tabLabel {
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/mcc/frontend/css/
H A Dcontent.css195 .dijitTabContainerTop-tabs .dijitTab .tabLabel {
201 .dijitTabContainerTop-tabs .dijitTabHover .tabLabel {
204 .dijitTabContainerTop-tabs .dijitTabCheckedHover .tabLabel {
207 .dijitTabContainerTop-tabs .dijitTabChecked .tabLabel {
224 .claro .dijitTabContainerTabListNested .dijitTabHover .tabLabel {
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/mcc/frontend/css/
H A Dcontent.css195 .dijitTabContainerTop-tabs .dijitTab .tabLabel {
201 .dijitTabContainerTop-tabs .dijitTabHover .tabLabel {
204 .dijitTabContainerTop-tabs .dijitTabCheckedHover .tabLabel {
207 .dijitTabContainerTop-tabs .dijitTabChecked .tabLabel {
224 .claro .dijitTabContainerTabListNested .dijitTabHover .tabLabel {
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/mcc/frontend/css/
H A Dcontent.css195 .dijitTabContainerTop-tabs .dijitTab .tabLabel {
201 .dijitTabContainerTop-tabs .dijitTabHover .tabLabel {
204 .dijitTabContainerTop-tabs .dijitTabCheckedHover .tabLabel {
207 .dijitTabContainerTop-tabs .dijitTabChecked .tabLabel {
224 .claro .dijitTabContainerTabListNested .dijitTabHover .tabLabel {
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/mcc/frontend/css/
H A Dcontent.css195 .dijitTabContainerTop-tabs .dijitTab .tabLabel {
201 .dijitTabContainerTop-tabs .dijitTabHover .tabLabel {
204 .dijitTabContainerTop-tabs .dijitTabCheckedHover .tabLabel {
207 .dijitTabContainerTop-tabs .dijitTabChecked .tabLabel {
224 .claro .dijitTabContainerTabListNested .dijitTabHover .tabLabel {
/dports/sysutils/cdrdao/cdrdao-1.2.4/gcdmaster/
H A DCdTextDialog.cc53 page_[i].tabLabel = new Gtk::Label(""); in CdTextDialog()
94 *(page_[i].tabLabel))); in CdTextDialog()
145 if (page_[l].tabLabel->get_label() != s) in updateTabLabels()
146 page_[l].tabLabel->set_label(s); in updateTabLabels()
/dports/deskutils/gnote/gnote-41.1/src/
H A Dpreferencetabaddin.hpp60 Glib::ustring & tabLabel,
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/mcc/frontend/dojo/dijit/themes/tundra/layout/
H A DTabContainer.css65 .tundra .dijitTab .tabLabel {
83 .tundra .dijitTabContainerTabListNested .dijitTabHover .dijitTabContent .tabLabel {
86 .tundra .dijitTabContainerTabListNested .dijitTabChecked .dijitTabContent .tabLabel {
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/mcc/frontend/dojo/dijit/themes/tundra/layout/
H A DTabContainer.css62 .tundra .dijitTab .tabLabel {
78 .tundra .dijitTabContainerTabListNested .dijitTabHover .tabLabel {
81 .tundra .dijitTabContainerTabListNested .dijitTabChecked .tabLabel {

123456789