Searched refs:m_tabHeight (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtabg.h166 inline void SetTabSize(int w, int h) { m_tabWidth = w; m_tabHeight = h; }
168 inline int GetTabHeight(void) const { return m_tabHeight; }
221 int m_tabHeight; member in class:wxTabView
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp513 m_tabHeight = 20;
514 m_tabSelectionHeight = m_tabHeight + 2;

Completed in 167 milliseconds