Searched refs:m_orient (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/notebook/
H A Dnotebook.h106 int m_orient; member in class:MyFrame
H A Dnotebook.cpp224 m_orient = ID_ORIENT_DEFAULT;
406 switch ( m_orient )
625 m_orient = event.GetId();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsizer.cpp1701 : m_orient( orient )
1713 if (m_orient == wxHORIZONTAL)
1731 if (m_orient == wxVERTICAL)
1847 if (m_orient == wxHORIZONTAL)
1869 if (m_orient == wxHORIZONTAL)
1876 if (m_orient == wxVERTICAL)
1888 if (m_orient == wxHORIZONTAL)
2013 m_orient = wxVERTICAL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dscrlwing.cpp114 m_orient; member in class:wxAutoScrollTimer
136 m_orient = orient;
149 wxScrollWinEvent event1(m_eventType, m_pos, m_orient);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsizer.h765 { return m_orient; }
768 { m_orient = orient; }
771 int m_orient; member in class:wxBoxSizer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlwin.cpp62 m_orient = orient;
71 m_orient; member in class:wxHtmlWinAutoScrollTimer
86 wxScrollWinEvent event1(m_eventType, m_pos, m_orient);

Completed in 226 milliseconds