]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/window.h
more fixes, printing works quite fine now
[wxWidgets.git] / include / wx / gtk1 / window.h
index e7438063b8e15a68e1af26cc82393691b9979723..4edfcf341e82967727ff543d073df5537c8a98fe 100644 (file)
@@ -236,7 +236,7 @@ public:
   void ConnectWidget( GtkWidget *widget );
   void ConnectDnDWidget( GtkWidget *widget );
   void DisconnectDnDWidget( GtkWidget *widget );
-
+  
   void PreCreation( wxWindow *parent, wxWindowID id, const wxPoint &pos,
     const wxSize &size, long style, const wxString &name );
   void PostCreation();
@@ -278,6 +278,7 @@ public:
   bool                 m_hasVMT;
   bool                 m_sizeSet;
   bool                 m_resizing;
+  GdkGC               *m_scrollGC;
 
 public:
 
@@ -315,11 +316,6 @@ public:
   virtual void GetClientSizeConstraint(int *w, int *h) const ;
   virtual void GetPositionConstraint(int *x, int *y) const ;
 
-protected:
-  // set background colour for arbitrary window (useful because some windows
-  // don't work with m_wxwindow, e.g. wxTextCtrl)
-  void SetBackgroundColourHelper( const wxColour &colour, GdkWindow *window );
-
 private:
   DECLARE_EVENT_TABLE()
 };