]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/listbox.h
Added PushEventHandler, Pop...
[wxWidgets.git] / include / wx / gtk1 / listbox.h
index 55ba995672fe74967761274651049463b481536a..43012923c16ecd057dc2c4ef8b5dda404c5fc7b7 100644 (file)
@@ -26,6 +26,7 @@
 //-----------------------------------------------------------------------------
 
 class wxListBox;
+class wxArrayInt;
 
 //-----------------------------------------------------------------------------
 // global data
@@ -73,9 +74,12 @@ class wxListBox: public wxControl
     void SetString( int n, const wxString &string );
     void SetStringSelection( const wxString &string, bool select = TRUE );
 
+    virtual GtkWidget *GetConnectWidget(void);
+  
   private:
   
     GtkList   *m_list;
+    wxList     m_clientData;
     
   public: