Home
last modified time | relevance | path

Searched refs:tabHeight (Results 1 – 25 of 122) sorted by relevance

12345

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/controls/
H A Dauitest.cpp44 const int tabHeight = nb->GetTabCtrlHeight(); variable
56 CHECK( nb->GetBestSize() == wxSize(300, 200 + tabHeight) );
66 CHECK( nb->GetBestSize() == wxSize(125, 100 + tabHeight) );
73 CHECK( nb->GetBestSize() == wxSize(175, 100 + tabHeight) );
80 CHECK( nb->GetBestSize() == wxSize(275, 100 + tabHeight) );
95 CHECK( nb->GetBestSize() == wxSize(100, 250 + 3*tabHeight) );
102 CHECK( nb->GetBestSize() == wxSize(100, 275 + 4*tabHeight) );
127 CHECK( nb->GetBestSize() == wxSize(250, 175 + 3*tabHeight) );
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/tab/
H A DTGTrackImpl.java22 private int tabHeight; field in TGTrackImpl
37 …this.tabHeight = ((layout.getStyle() & ViewLayout.DISPLAY_TABLATURE) != 0 ?((stringCount() - 1) * … in calculateTabHeight()
52 return this.tabHeight; in getTabHeight()
59 public void setTabHeight(int tabHeight) { in setTabHeight() argument
60 this.tabHeight = tabHeight; in setTabHeight()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/aui/
H A Dtabartmsw.cpp149 wxCoord tabHeight = tabSize.y; in DrawTab() local
157 tabHeight -= wnd->FromDIP(2); in DrawTab()
163 tabHeight += 2; in DrawTab()
173 wxRect tabRect(tabX, tabY, tabWidth, tabHeight); in DrawTab()
304 wxCoord tabHeight = wxMax(m_tabSize.y, textHeight); in GetTabSize() local
310 tabHeight = wxMax(tabHeight, m_closeBtnSize.y); in GetTabSize()
317 tabHeight = wxMax(tabHeight, bitmap.GetHeight() + wnd->FromDIP(2)); in GetTabSize()
322 tabHeight += wnd->FromDIP(3); in GetTabSize()
337 if (tabHeight > m_maxTabHeight) in GetTabSize()
338 m_maxTabHeight = tabHeight; in GetTabSize()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxFlatNotebook/src/wxFlatNotebook/
H A Drenderer.cpp595 int tabHeight, clientWidth; in NumberTabsCanFit() local
603 tabHeight = CalcTabHeight( pageContainer ); in NumberTabsCanFit()
634 int tabHeight; in CalcTabHeight() local
663 tabHeight += 6; in CalcTabHeight()
665 return tabHeight; in CalcTabHeight()
682 int tabHeight = CalcTabHeight(pageContainer); in DrawTabs() local
1163 int tabH = pc->HasFlag(wxFNB_BOTTOM) ? tabHeight - 5 : tabHeight - 3; in DrawTab()
1265 int th = tabHeight - 5; in DrawTab()
1503 activeTabHeight = tabHeight; in DrawTabs()
1963 int tabHeight, clientWidth; in NumberTabsCanFit() local
[all …]
/dports/games/scorched3d/scorched/src/client/GLW/
H A DGLWTab.cpp25 static const float tabHeight = 20.0f; variable
66 y < y_ + h_ + tabHeight && in mouseDown()
147 y_ + h_ + tabHeight - tabRoundSize, tabRoundSize); in drawNonSurround()
149 y_ + h_ + tabHeight - tabRoundSize, tabRoundSize); in drawNonSurround()
153 y_ + h_ + tabHeight - tabRoundSize, tabRoundSize); in drawNonSurround()
170 y_ + h_ + tabHeight - tabRoundSize, tabRoundSize); in drawSurround()
172 y_ + h_ + tabHeight - tabRoundSize, tabRoundSize); in drawSurround()
176 y_ + h_ + tabHeight - tabRoundSize, tabRoundSize); in drawSurround()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/
H A Drenderer.h69 …dc, const int &posx, const int &tabIdx, const int &tabWidth, const int &tabHeight, const int btnSt…
78 virtual int CalcTabWidth (wxWindow* pageContainer, int tabIdx, int tabHeight);
178 …dc, const int &posx, const int &tabIdx, const int &tabWidth, const int &tabHeight, const int btnSt…
186 …dc, const int &posx, const int &tabIdx, const int &tabWidth, const int &tabHeight, const int btnSt…
194 …dc, const int &posx, const int &tabIdx, const int &tabWidth, const int &tabHeight, const int btnSt…
202 …dc, const int &posx, const int &tabIdx, const int &tabWidth, const int &tabHeight, const int btnSt…
213 …dc, const int &posx, const int &tabIdx, const int &tabWidth, const int &tabHeight, const int btnSt…
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/
H A DNotebook.cpp408 const auto tabHeight = int(NOTEBOOK_TAB_HEIGHT * scale); in performLayout() local
409 const auto minimumTabAreaSpace = int(tabHeight * 0.5); in performLayout()
426 btn->setFixedSize(tabHeight, tabHeight - 1); in performLayout()
428 x += tabHeight; in performLayout()
430 buttonHeight = tabHeight; in performLayout()
479 y += tabHeight; in performLayout()
526 btn->setFixedSize(tabHeight, tabHeight - 1); in performLayout()
528 x += tabHeight; in performLayout()
532 y = tabHeight; in performLayout()
540 int verticalRowSpace = (this->height() - top) / tabHeight; in performLayout()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/diagram_scene/items/
H A Dpackageitem.cpp223 double tabHeight = 0.0; in calcMinimumGeometry() local
228 tabHeight += TAB_VERT_BORDER; in calcMinimumGeometry()
231 tabHeight += stereotypesItem->boundingRect().height(); in calcMinimumGeometry()
235 tabHeight += nameItem()->boundingRect().height(); in calcMinimumGeometry()
237 tabHeight += TAB_VERT_BORDER; in calcMinimumGeometry()
239 height += tabHeight; in calcMinimumGeometry()
253 …sterSize(QSizeF(width, height), 2 * RASTER_WIDTH, 2 * RASTER_HEIGHT), QSizeF(tabWidth, tabHeight)); in calcMinimumGeometry()
265 double tabHeight = geometry.m_minimumTabSize.height(); in updateGeometry() local
347 << QPointF(left + tabWidth, top + tabHeight) in updateGeometry()
348 << QPointF(right, top + tabHeight) in updateGeometry()
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/dx/net/
H A DTabbedPanel.java20 protected int tabHeight = 21; field in TabbedPanel
27 insets = new Insets( insetPadding + tabHeight, insetPadding, in TabbedPanel()
45 if ( event.getY() < tabHeight ) { in mousePressed()
182 return this.tabHeight; in getTabHeight()
185 public void setTabHeight( int tabHeight ) in setTabHeight() argument
187 this.tabHeight = tabHeight; in setTabHeight()
210 int top = tabHeight - 1; in paint()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/src/
H A Dtabwidget.cpp141 int tabHeight = mHeader->preferredSize(ctx).y(); in draw() local
152 nvgIntersectScissor(ctx, mPos.x(), mPos.y() + tabHeight + 2, mSize.x(), mSize.y()); in draw()
156 nvgRoundedRect(ctx, mPos.x() + 0.5f, mPos.y() + tabHeight + 1.5f, mSize.x() - 1, in draw()
157 mSize.y() - tabHeight - 2, mTheme->mButtonCornerRadius); in draw()
162 nvgRoundedRect(ctx, mPos.x() + 0.5f, mPos.y() + tabHeight + 0.5f, mSize.x() - 1, in draw()
163 mSize.y() - tabHeight - 2, mTheme->mButtonCornerRadius); in draw()
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/src/
H A Dtabwidget.cpp170 int tabHeight = mHeader->preferredSize(ctx).y(); in draw() local
181 nvgIntersectScissor(ctx, mPos.x(), mPos.y() + tabHeight + 2, mSize.x(), mSize.y()); in draw()
185 nvgRoundedRect(ctx, mPos.x() + 0.5f, mPos.y() + tabHeight + 1.5f, mSize.x() - 1, in draw()
186 mSize.y() - tabHeight - 2, mTheme->mButtonCornerRadius); in draw()
191 nvgRoundedRect(ctx, mPos.x() + 0.5f, mPos.y() + tabHeight + 0.5f, mSize.x() - 1, in draw()
192 mSize.y() - tabHeight - 2, mTheme->mButtonCornerRadius); in draw()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Dwtabview.c24 short tabHeight; member
217 tPtr->tabHeight = WMFontHeight(tPtr->font) + 3; in WMCreateTabView()
290 tPtr->view->size.height - tPtr->tabHeight - 3); in WMInsertItemInTabView()
295 tPtr->view->size.height - tPtr->tabHeight); in WMInsertItemInTabView()
385 tPtr->tabHeight = 0; in WMSetTabViewType()
387 tPtr->tabHeight = WMFontHeight(tPtr->font) + 3; in WMSetTabViewType()
617 theight = tPtr->tabHeight; in paintTabView()
623 0, 0, W_VIEW(tPtr)->size.width, tPtr->tabHeight); in paintTabView()
664 tPtr->tabHeight - 1, W_VIEW_WIDTH(tPtr->view) - 1, tPtr->tabHeight - 1); in paintTabView()
703 drawRelief(scr, W_VIEW(tPtr)->window, 0, tPtr->tabHeight - 1, in paintTabView()
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Dwtabview.c24 short tabHeight; member
217 tPtr->tabHeight = WMFontHeight(tPtr->font) + 3; in WMCreateTabView()
290 tPtr->view->size.height - tPtr->tabHeight - 3); in WMInsertItemInTabView()
295 tPtr->view->size.height - tPtr->tabHeight); in WMInsertItemInTabView()
385 tPtr->tabHeight = 0; in WMSetTabViewType()
387 tPtr->tabHeight = WMFontHeight(tPtr->font) + 3; in WMSetTabViewType()
617 theight = tPtr->tabHeight; in paintTabView()
623 0, 0, W_VIEW(tPtr)->size.width, tPtr->tabHeight); in paintTabView()
664 tPtr->tabHeight - 1, W_VIEW_WIDTH(tPtr->view) - 1, tPtr->tabHeight - 1); in paintTabView()
703 drawRelief(scr, W_VIEW(tPtr)->window, 0, tPtr->tabHeight - 1, in paintTabView()
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/materialeditor/
H A DMaterialEditView.cpp243 int tabHeight = tabRect.Height()+5; in OnSize() local
251 m_tabs.MoveWindow(0, cy-tabHeight, cx, tabHeight); in OnSize()
255 m_editSplitter.MoveWindow(1, 22, cx-2, cy-tabHeight-22); in OnSize()
259 m_textView.MoveWindow(1, 22, cx-2, cy-tabHeight-22); in OnSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dflatnotebook.py2215 tabHeight += 6
2217 self._tabHeight = tabHeight
2219 return tabHeight
2238 tabHeight = self.CalcTabHeight(pageContainer)
2452 tabHeight = self.CalcTabHeight(pageContainer)
2827 tabH = (pc.HasAGWFlag(FNB_BOTTOM) and [tabHeight - 5] or [tabHeight - 3])[0]
2952 th = tabHeight - 5
3168 activeTabHeight = tabHeight
3985 tabHeight += 6
3987 self._pages.SetSizeHints(-1, tabHeight)
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DCTabFolderRenderer.java405 int tabHeight = parent.tabHeight; in computeTrim() local
517 int fadeGradientSize = parent.tabHeight; in createSelectionHighlightGradientColors()
791 int tabHeight = parent.tabHeight; in drawBody() local
1492 int tabHeight = parent.tabHeight; in drawTabArea() local
1502 if (tabHeight == 0) { in drawTabArea()
1533 int height = tabHeight - 1; in drawTabArea()
1601 int y1 = (parent.onBottom) ? size.y - borderBottom - tabHeight - 1 : borderTop + tabHeight; in drawTabArea()
1796 int tabHeight = parent.tabHeight; in updateCurves() local
1798 lastTabHeight = tabHeight; in updateCurves()
1800 int d = tabHeight - 12; in updateCurves()
[all …]
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DCTabFolderRenderer.java405 int tabHeight = parent.tabHeight; in computeTrim() local
517 int fadeGradientSize = parent.tabHeight; in createSelectionHighlightGradientColors()
779 int tabHeight = parent.tabHeight; in drawBody() local
1480 int tabHeight = parent.tabHeight; in drawTabArea() local
1490 if (tabHeight == 0) { in drawTabArea()
1521 int height = tabHeight - 1; in drawTabArea()
1589 int y1 = (parent.onBottom) ? size.y - borderBottom - tabHeight - 1 : borderTop + tabHeight; in drawTabArea()
1791 int tabHeight = parent.tabHeight; in updateCurves() local
1793 lastTabHeight = tabHeight; in updateCurves()
1795 int d = tabHeight - 12; in updateCurves()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dnotebook.cpp496 int tabHeight = m_tabView->GetTotalTabHeight(); in RefreshLayout() local
499 rect.y = tabHeight + 4; in RefreshLayout()
510 tabHeight = m_tabView->GetTotalTabHeight(); in RefreshLayout()
512 rect.y = tabHeight + 4; in RefreshLayout()
660 int tabHeight = m_tabView->GetTotalTabHeight(); in GetAvailableClientSize() local
665 rect.y = tabHeight + 6; in GetAvailableClientSize()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dnotebook.cpp505 int tabHeight = m_tabView->GetTotalTabHeight(); in RefreshLayout() local
508 rect.y = tabHeight + 4; in RefreshLayout()
519 tabHeight = m_tabView->GetTotalTabHeight(); in RefreshLayout()
521 rect.y = tabHeight + 4; in RefreshLayout()
667 int tabHeight = m_tabView->GetTotalTabHeight(); in GetAvailableClientSize() local
672 rect.y = tabHeight + 6; in GetAvailableClientSize()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dnotebook.cpp505 int tabHeight = m_tabView->GetTotalTabHeight(); in RefreshLayout() local
508 rect.y = tabHeight + 4; in RefreshLayout()
519 tabHeight = m_tabView->GetTotalTabHeight(); in RefreshLayout()
521 rect.y = tabHeight + 4; in RefreshLayout()
667 int tabHeight = m_tabView->GetTotalTabHeight(); in GetAvailableClientSize() local
672 rect.y = tabHeight + 6; in GetAvailableClientSize()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dnotebook.cpp505 int tabHeight = m_tabView->GetTotalTabHeight(); in RefreshLayout() local
508 rect.y = tabHeight + 4; in RefreshLayout()
519 tabHeight = m_tabView->GetTotalTabHeight(); in RefreshLayout()
521 rect.y = tabHeight + 4; in RefreshLayout()
667 int tabHeight = m_tabView->GetTotalTabHeight(); in GetAvailableClientSize() local
672 rect.y = tabHeight + 6; in GetAvailableClientSize()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dnotebook.cpp505 int tabHeight = m_tabView->GetTotalTabHeight(); in RefreshLayout() local
508 rect.y = tabHeight + 4; in RefreshLayout()
519 tabHeight = m_tabView->GetTotalTabHeight(); in RefreshLayout()
521 rect.y = tabHeight + 4; in RefreshLayout()
667 int tabHeight = m_tabView->GetTotalTabHeight(); in GetAvailableClientSize() local
672 rect.y = tabHeight + 6; in GetAvailableClientSize()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dnotebook.cpp493 int tabHeight = m_tabView->GetTotalTabHeight(); in RefreshLayout() local
496 rect.y = tabHeight + 4; in RefreshLayout()
507 tabHeight = m_tabView->GetTotalTabHeight(); in RefreshLayout()
509 rect.y = tabHeight + 4; in RefreshLayout()
657 int tabHeight = m_tabView->GetTotalTabHeight(); in GetAvailableClientSize() local
662 rect.y = tabHeight + 6; in GetAvailableClientSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dnotebook.cpp496 int tabHeight = m_tabView->GetTotalTabHeight(); in RefreshLayout() local
499 rect.y = tabHeight + 4; in RefreshLayout()
510 tabHeight = m_tabView->GetTotalTabHeight(); in RefreshLayout()
512 rect.y = tabHeight + 4; in RefreshLayout()
660 int tabHeight = m_tabView->GetTotalTabHeight(); in GetAvailableClientSize() local
665 rect.y = tabHeight + 6; in GetAvailableClientSize()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/styled/
H A DStyledTabbedPaneUI.java65 int tabHeight = calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight); in paintContentBorder() local
68 y += tabHeight; in paintContentBorder()
73 height -= tabHeight; in paintContentBorder()

12345