]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_control.i
Updated layout test
[wxWidgets.git] / wxPython / src / _control.i
index 460f5fda47efec8f07d18b83a886ee55b2db9517..6e7e46de394a42aa31c205fdf3c472a311b8a7a1 100644 (file)
@@ -63,7 +63,7 @@ public:
     DocDeclStr(
         void , Command(wxCommandEvent& event),
         "Simulates the effect of the user issuing a command to the\n"
     DocDeclStr(
         void , Command(wxCommandEvent& event),
         "Simulates the effect of the user issuing a command to the\n"
-        "item. See wxCommandEvent.");
+        "item. See wx.CommandEvent.");
    
     DocDeclStr(
         wxString , GetLabel(),
    
     DocDeclStr(
         wxString , GetLabel(),
@@ -72,6 +72,10 @@ public:
     DocDeclStr(
         void , SetLabel(const wxString& label),
         "Sets the item's text.");
     DocDeclStr(
         void , SetLabel(const wxString& label),
         "Sets the item's text.");
+
+    
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 };
 
 
 };