]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/valgen.tex
add wxXLocale class and wxIsxxx_l() and wxToxxx_l() functions (heavily modified and...
[wxWidgets.git] / docs / latex / wx / valgen.tex
index c305af8e6b2432d0006a658080a14bb98a58d4bb..367d17a8eed41005db2ca82b9ade6cd3e06aaa73 100644 (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}}