no changes, just come cleanup and more comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -39,17 +39,19 @@ Copy constructor.
|
||||
|
||||
\func{}{wxGenericValidator}{\param{bool*}{ valPtr}}
|
||||
|
||||
Constructor taking a bool pointer. This will be used for wxCheckBox and wxRadioButton.
|
||||
Constructor taking a bool pointer. This will be used for wxCheckBox,
|
||||
wxRadioButton, wxToggleButton and wxBitmapToggleButton.
|
||||
|
||||
\func{}{wxGenericValidator}{\param{wxString*}{ valPtr}}
|
||||
|
||||
Constructor taking a wxString pointer. This will be used for wxButton, wxComboBox, wxStaticText,
|
||||
wxTextCtrl.
|
||||
Constructor taking a wxString pointer. This will be used for wxButton,
|
||||
wxComboBox, wxStaticText, wxTextCtrl.
|
||||
|
||||
\func{}{wxGenericValidator}{\param{int*}{ valPtr}}
|
||||
|
||||
Constructor taking an integer pointer. This will be used for wxGauge, wxScrollBar, wxRadioBox, wxSpinButton,
|
||||
wxChoice.
|
||||
Constructor taking an integer pointer. This will be used for wxChoice,
|
||||
wxGauge, wxScrollBar, wxRadioBox, wxSlider, wxSpinButton and
|
||||
wxSpinCtrl.
|
||||
|
||||
\func{}{wxGenericValidator}{\param{wxArrayInt*}{ valPtr}}
|
||||
|
||||
|
Reference in New Issue
Block a user