]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/window.h
warning msgs
[wxWidgets.git] / include / wx / gtk1 / window.h
index aaa887c9d62a2cb148e788590f03b38e6f20b3ac..91a20f949603933f4af1296cf1ca9d021a3912e3 100644 (file)
@@ -167,7 +167,10 @@ public:
 
   virtual void SetDropTarget( wxDropTarget *dropTarget );
   virtual wxDropTarget *GetDropTarget() const;
-
+private:
+  virtual GtkWidget* GetDropTargetWidget(void);
+  
+public:
   virtual void SetScrollbar( int orient, int pos, int thumbVisible,
     int range, bool refresh = TRUE );
   virtual void SetScrollPos( int orient, int pos, bool refresh = TRUE );
@@ -182,6 +185,7 @@ public:
   // update the UI state (called from OnIdle)
   void UpdateWindowUI();
 
+  
 public:         // cannot get private going yet
 
   void PreCreation( wxWindow *parent, wxWindowID id, const wxPoint &pos,