]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tglbtn.h
automated virtual/const fixes by ifacecheck
[wxWidgets.git] / interface / wx / tglbtn.h
index 9bbfb588df45bd1114cdb51da1ed650af7eeca66..c6b09ad7a5c3f5b5481a3c89c91f4d30ed7f1ae4 100644 (file)
@@ -37,7 +37,7 @@ public:
       Default constructor.
     */
     wxToggleButton();
-    
+
     /**
         Constructor, creating and showing a toggle button.
 
@@ -68,7 +68,7 @@ public:
                    const wxSize& size = wxDefaultSize,
                    long style = 0,
                    const wxValidator& val = wxDefaultValidator,
-                   const wxString& name = "checkBox");
+                   const wxString& name = wxCheckBoxNameStr);
 
     /**
         Destructor, destroying the toggle button.
@@ -85,7 +85,7 @@ public:
                 const wxSize& size = wxDefaultSize,
                 long style = 0,
                 const wxValidator& val = wxDefaultValidator,
-                const wxString& name = "checkBox");
+                const wxString& name = wxCheckBoxNameStr);
 
     /**
         Gets the state of the toggle button.
@@ -129,7 +129,7 @@ public:
         Default constructor.
     */
     wxBitmapToggleButton();
-    
+
     /**
         Constructor, creating and showing a toggle button with the bitmap @e label.
         Internally calls Create().
@@ -140,7 +140,7 @@ public:
                          const wxSize& size = wxDefaultSize,
                          long style = 0,
                          const wxValidator& val = wxDefaultValidator,
-                         const wxString& name = "checkBox");
+                         const wxString& name = wxCheckBoxNameStr);
 
     /**
         Create method for two-step construction.
@@ -151,7 +151,7 @@ public:
                 const wxSize& size = wxDefaultSize,
                 long style = 0,
                 const wxValidator& val = wxDefaultValidator,
-                const wxString& name = "checkBox");
+                const wxString& name = wxCheckBoxNameStr);
 
     /**
         Gets the state of the toggle button.