]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/listbox.h
Version 0.4 of wxPython for MSW.
[wxWidgets.git] / include / wx / gtk / listbox.h
index 1a6b810396291fa60e87b9434fb3648b31f53b4a..ade4af225a106cca89e5240f756cc5df70337331 100644 (file)
@@ -82,12 +82,15 @@ class wxListBox: public wxControl
     void SetSelection( int n, bool select = TRUE );
     void SetString( int n, const wxString &string );
     void SetStringSelection( const wxString &string, bool select = TRUE );
+    
     void SetFont( const wxFont &font );
+    void SetDropTarget( wxDropTarget *dropTarget );
 
   // implementation
     
     int GetIndex( GtkWidget *item ) const;
     GtkWidget *GetConnectWidget(void);
+    bool IsOwnGtkWindow( GdkWindow *window );
     
   private: