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:
Vadim Zeitlin
2008-01-20 22:55:16 +00:00
parent 22de6a4083
commit c699b4583b
2 changed files with 53 additions and 44 deletions

View File

@@ -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}}