X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bf79063cc85e3110eb5ca62e512e4c52f34cb9c5..e3e65dac0c4e7ad19e3c270caa1e0eea138e5d8d:/include/wx/gtk1/window.h diff --git a/include/wx/gtk1/window.h b/include/wx/gtk1/window.h index aaa887c9d6..91a20f9496 100644 --- a/include/wx/gtk1/window.h +++ b/include/wx/gtk1/window.h @@ -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,