GetClientAreaOrigin should be public
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -102,6 +102,8 @@ public:
 | 
				
			|||||||
    // current size - this has an effect of refreshing the window layout
 | 
					    // current size - this has an effect of refreshing the window layout
 | 
				
			||||||
    virtual void SendSizeEvent();
 | 
					    virtual void SendSizeEvent();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    virtual wxPoint GetClientAreaOrigin() const;
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
protected:
 | 
					protected:
 | 
				
			||||||
    // common part of all ctors
 | 
					    // common part of all ctors
 | 
				
			||||||
    void Init();
 | 
					    void Init();
 | 
				
			||||||
@@ -109,7 +111,6 @@ protected:
 | 
				
			|||||||
    // override base class virtuals
 | 
					    // override base class virtuals
 | 
				
			||||||
    virtual void DoGetClientSize(int *width, int *height) const;
 | 
					    virtual void DoGetClientSize(int *width, int *height) const;
 | 
				
			||||||
    virtual void DoSetClientSize(int width, int height);
 | 
					    virtual void DoSetClientSize(int width, int height);
 | 
				
			||||||
	virtual wxPoint GetClientAreaOrigin() const;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if wxUSE_MENUS_NATIVE
 | 
					#if wxUSE_MENUS_NATIVE
 | 
				
			||||||
    // perform MSW-specific action when menubar is changed
 | 
					    // perform MSW-specific action when menubar is changed
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user