]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
Minor modifications...
[wxWidgets.git] / include / wx / gtk / window.h
index a70b32ae2ad660e4016b6dfdf8619614d6ba12a4..20c067a48cc4253862a1f4337378bb69f4e30ebb 100644 (file)
@@ -237,14 +237,13 @@ public:
   void ConnectDnDWidget( GtkWidget *widget );
   void DisconnectDnDWidget( GtkWidget *widget );
   
-  void SetBackgroundColourHelper( GdkWindow *window );
-
   void PreCreation( wxWindow *parent, wxWindowID id, const wxPoint &pos,
     const wxSize &size, long style, const wxString &name );
   void PostCreation();
   bool HasVMT();
   virtual void ImplementSetSize();
   virtual void ImplementSetPosition();
+  GtkStyle *GetWidgetStyle();
 
   wxWindow            *m_parent;
   wxList               m_children;
@@ -276,11 +275,11 @@ public:
   bool                 m_needParent;
   bool                 m_hasScrolling;
   bool                 m_isScrolling;
-  bool                 m_hasOwnStyle;
   bool                 m_hasVMT;
   bool                 m_sizeSet;
   bool                 m_resizing;
   GdkGC               *m_scrollGC;
+  GtkStyle            *m_widgetStyle;
 
 public: