Searched refs:m_noRowsOrCols (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dradiobox.h84 inline int GetNumberOfRowsOrCols() const { return m_noRowsOrCols; }
85 inline void SetNumberOfRowsOrCols(int n) { m_noRowsOrCols = n; }
93 int m_noRowsOrCols; member in class:wxRadioBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dradiobox.h93 inline int GetNumberOfRowsOrCols() const { return m_noRowsOrCols; }
94 inline void SetNumberOfRowsOrCols(int n) { m_noRowsOrCols = n; }
102 int m_noRowsOrCols; member in class:wxRadioBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dradiobox.h104 int GetNumberOfRowsOrCols() const { return m_noRowsOrCols; }
105 void SetNumberOfRowsOrCols(int n) { m_noRowsOrCols = n; }
121 int m_noRowsOrCols; member in class:wxRadioBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dradiobox.h131 int GetNumberOfRowsOrCols() const { return m_noRowsOrCols; }
132 void SetNumberOfRowsOrCols(int n) { m_noRowsOrCols = n; }
151 int m_noRowsOrCols; member in class:wxRadioBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dradiobox.cpp55 m_noRowsOrCols = 0;
119 m_noRowsOrCols = majorDim;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dradiobox.cpp49 m_noRowsOrCols = 0;
62 m_noRowsOrCols = majorDim;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dradiobox.cpp49 m_noRowsOrCols = 0;
105 m_noRowsOrCols = majorDim;

Completed in 122 milliseconds