Refactor: extract GtkScrolledWindow creation from wxWindow::Create().
No real changes, just make it possible to reuse the scrolled window and scrollbars creation code from derived classes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -359,6 +359,14 @@ protected:
|
||||
// common part of all ctors (not virtual because called from ctor)
|
||||
void Init();
|
||||
|
||||
// Create a GtkScrolledWindow containing the given widget (usually
|
||||
// m_wxwindow but not necessarily) and assigns it to m_widget. Also shows
|
||||
// the widget passed to it.
|
||||
//
|
||||
// Can be only called if we have either wxHSCROLL or wxVSCROLL in our
|
||||
// style.
|
||||
void GTKCreateScrolledWindowWith(GtkWidget* view);
|
||||
|
||||
virtual void DoMoveInTabOrder(wxWindow *win, WindowOrder move);
|
||||
virtual bool DoNavigateIn(int flags);
|
||||
|
||||
|
Reference in New Issue
Block a user