1. moved m_majorDim duplicated in many ports to wxRadioBoxBase
2. also implement Getcolumn/RowCount() in it now and document them 3. removed various remains of old (pre-wxRadioBoxBase) cruft sorry in advance for any compilation breakage on the platforms I can't test on git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -185,6 +185,13 @@ Finds a button matching the given string, returning the position if found, or
|
||||
\docparam{string}{The string to find.}
|
||||
|
||||
|
||||
\membersection{wxRadioBox::GetColumnCount}\label{wxradioboxgetcolumncount}
|
||||
|
||||
\constfunc{int}{GetColumnCount}{\void}
|
||||
|
||||
Returns the number of columns in the radiobox.
|
||||
|
||||
|
||||
\membersection{wxRadioBox::GetCount}\label{wxradioboxgetcount}
|
||||
|
||||
\constfunc{int}{GetCount}{\void}
|
||||
@@ -215,6 +222,13 @@ implements the following methods:\par
|
||||
}
|
||||
|
||||
|
||||
\membersection{wxRadioBox::GetRowCount}\label{wxradioboxgetrowcount}
|
||||
|
||||
\constfunc{int}{GetRowCount}{\void}
|
||||
|
||||
Returns the number of rows in the radiobox.
|
||||
|
||||
|
||||
\membersection{wxRadioBox::GetSelection}\label{wxradioboxgetselection}
|
||||
|
||||
\constfunc{int}{GetSelection}{\void}
|
||||
|
Reference in New Issue
Block a user