Searched refs:m_offsetX (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.h47 void SetPosition(int x, int y) { m_offsetX = x; m_offsetY = y; }
55 int GetX(void) const { return m_offsetX; }
70 int m_offsetX; // Offsets from top-left of tab view area (the area below the tabs) member in class:wxTabControl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp49 m_offsetX = 0;

Completed in 87 milliseconds