make access for virtuals match base
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1411,6 +1411,12 @@ public:
|
||||
// used only by Windows
|
||||
virtual bool CanApplyThemeBorder() const { return true; }
|
||||
|
||||
// returns the main window of composite control; this is the window
|
||||
// that FindFocus returns if the focus is in one of composite control's
|
||||
// windows
|
||||
virtual wxWindow *GetMainWindowOfCompositeControl()
|
||||
{ return (wxWindow*)this; }
|
||||
|
||||
protected:
|
||||
// helper for the derived class Create() methods: the first overload, with
|
||||
// validator parameter, should be used for child windows while the second
|
||||
@@ -1458,12 +1464,6 @@ protected:
|
||||
// to true
|
||||
void SendDestroyEvent();
|
||||
|
||||
// returns the main window of composite control; this is the window
|
||||
// that FindFocus returns if the focus is in one of composite control's
|
||||
// windows
|
||||
virtual wxWindow *GetMainWindowOfCompositeControl()
|
||||
{ return (wxWindow*)this; }
|
||||
|
||||
// this method should be implemented to use operating system specific code
|
||||
// to really enable/disable the widget, it will only be called when we
|
||||
// really need to enable/disable window and so no additional checks on the
|
||||
|
Reference in New Issue
Block a user