Searched refs:GetTabWidth (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dnotebook.h187 wxCoord GetTabWidth(int page) const function in class:wxNotebook
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dnotebook.cpp814 *w = GetTabWidth(page);
1123 m_offset -= GetTabWidth(m_firstVisible--);
1221 m_offset += GetTabWidth(n);
1238 widthTabs = GetTabWidth(page);
1254 widthTabs += GetTabWidth(--m_firstVisible);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp244 int tabRight = tabLeft + m_view->GetTabWidth();
594 horizontalOffset = lastTab->GetX() + GetTabWidth() + GetHorizontalTabSpacing();
597 tabControl->SetSize(GetTabWidth(), GetTabHeight());
771 horizontalOffset = lastTab->GetX() + GetTabWidth() + GetHorizontalTabSpacing();
774 tabControl->SetSize(GetTabWidth(), GetTabHeight());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtabg.h167 inline int GetTabWidth(void) const { return m_tabWidth; } function in class:wxTabView
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtabview.tex175 \membersection{wxTabView::GetTabWidth}
177 \func{int}{GetTabWidth}{\void}
H A Dttab.tex106 // rect.width = view->GetTabWidth()*4 + 3*view->GetHorizontalTabSpacing();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h1967 int GetTabWidth();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp447 int wxStyledTextCtrl::GetTabWidth() { function in class:wxStyledTextCtrl

Completed in 73 milliseconds