]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/listbox.h
.cvsignores added
[wxWidgets.git] / include / wx / gtk1 / listbox.h
index 637b87e6ab9b9973ef02c29caee505eb09c51194..028422912dfb19da6fadb05cd1fb3465f65b0e47 100644 (file)
@@ -85,11 +85,13 @@ class wxListBox: public wxControl
     
     void SetFont( const wxFont &font );
     void SetDropTarget( wxDropTarget *dropTarget );
+    virtual void SetBackgroundColour(const wxColour &colour);
 
   // implementation
     
     int GetIndex( GtkWidget *item ) const;
     GtkWidget *GetConnectWidget(void);
+    bool IsOwnGtkWindow( GdkWindow *window );
     
   private: