]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/checkbox.h
added wxCANCEL_DEFAULT style to wxMessageDialog (only implemented for MSW for now...
[wxWidgets.git] / interface / wx / checkbox.h
index e0f584b3b6a06e397a06471d588ef22746f1173d..2692382df3d947bc31b31604f05df1fa3b26121d 100644 (file)
@@ -19,7 +19,6 @@ enum wxCheckBoxState
 
 /**
     @class wxCheckBox
-    @wxheader{checkbox.h}
 
     A checkbox is a labelled box which by default is either on (checkmark is
     visible) or off (no checkmark). Optionally (when the wxCHK_3STATE style
@@ -91,7 +90,7 @@ public:
                const wxPoint& pos = wxDefaultPosition,
                const wxSize& size = wxDefaultSize,
                long style = 0,
-               const wxValidator& val = wxDefaultValidator,
+               const wxValidator& validator = wxDefaultValidator,
                const wxString& name = "checkBox");
 
     /**
@@ -108,7 +107,7 @@ public:
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
                 long style = 0,
-                const wxValidator& val = wxDefaultValidator,
+                const wxValidator& validator = wxDefaultValidator,
                 const wxString& name = "checkBox");
 
     /**