]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/choicebk.h
Make wxBase compiled for wxMotif compatible with wxbase compiled
[wxWidgets.git] / include / wx / choicebk.h
index dadd5f4be7109b11deaef084befcf7a3b6a75166..4423d095f65a4bb3c929e817629f56b167785bc9 100644 (file)
@@ -76,6 +76,9 @@ public:
 
     virtual bool DeleteAllPages();
 
+    // returns the choice control
+    wxChoice* GetChoiceCtrl() const { return m_choice; }
+
 protected:
     virtual wxWindow *DoRemovePage(size_t page);