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