]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_choice.i
Add support for launching APPL bundles with wxExecute
[wxWidgets.git] / wxPython / src / _choice.i
index 37492a18d6a0b6883d0f0e3ffecfd148156d79ad..a071e49e9c8fcac78e64a2654d79696b671f559f 100644 (file)
@@ -34,6 +34,8 @@ Events
 ");
        
 
+MustHaveApp(wxChoice);
+
 class wxChoice : public wxControlWithItems
 {
 public:
@@ -73,26 +75,6 @@ public:
         "Actually create the GUI Choice control for 2-phase creation", "");
     
 
-//     // These are only meaningful on wxMotif...
-//     int GetColumns();
-//     void SetColumns(const int n = 1);
-
-
-    DocDeclStr(
-        void , SetSelection(const int n),
-        "Select the n'th item (zero based) in the list.", "");
-    
-    DocDeclStr(
-        bool , SetStringSelection(const wxString& string),
-        "Select the item with the specifed string", "");
-    
-    DocDeclStr(
-        void , SetString(int n, const wxString& string),
-        "Set the label for the n'th item (zero based) in the list.", "");
-    
-
-    %pythoncode { Select = SetSelection }
-
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 };