]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/listbox.h
added a "lib" target for generating a wxPython library for static
[wxWidgets.git] / include / wx / motif / listbox.h
index 5ca22a7d032382f36f944e8b58ed0e2b6ede77be..0b938da821367d15c9eb09152dd25389583bcfb5 100644 (file)
@@ -89,15 +89,14 @@ class WXDLLEXPORT wxListBox: public wxControl
 
   void Command(wxCommandEvent& event);
 
+  WXWidget GetTopWidget() const;
+
 protected:
   int       m_noItems;
   int       m_selected;
 
   // List mapping positions->client data
   wxList    m_clientDataList;
-
-public:
-  bool      m_inSetValue;
 };
 
 #endif