wxToolBarBase -> wxToolBar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -695,7 +695,7 @@ wxResourceEditorScrolledWindow *wxResourceManager::OnCreateEditorPanel(wxFrame *
|
|||||||
return panel;
|
return panel;
|
||||||
}
|
}
|
||||||
|
|
||||||
wxToolBarBase *wxResourceManager::OnCreateToolBar(wxFrame *parent)
|
wxToolBar *wxResourceManager::OnCreateToolBar(wxFrame *parent)
|
||||||
{
|
{
|
||||||
// Load palette bitmaps
|
// Load palette bitmaps
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
|
@@ -191,7 +191,7 @@ public:
|
|||||||
virtual wxFrame *OnCreateEditorFrame(const char *title);
|
virtual wxFrame *OnCreateEditorFrame(const char *title);
|
||||||
virtual wxMenuBar *OnCreateEditorMenuBar(wxFrame *parent);
|
virtual wxMenuBar *OnCreateEditorMenuBar(wxFrame *parent);
|
||||||
virtual wxResourceEditorScrolledWindow *OnCreateEditorPanel(wxFrame *parent);
|
virtual wxResourceEditorScrolledWindow *OnCreateEditorPanel(wxFrame *parent);
|
||||||
virtual wxToolBarBase *OnCreateToolBar(wxFrame *parent);
|
virtual wxToolBar *OnCreateToolBar(wxFrame *parent);
|
||||||
|
|
||||||
// Create a window information object for the give window
|
// Create a window information object for the give window
|
||||||
wxWindowPropertyInfo* CreatePropertyInfoForWindow(wxWindow *win);
|
wxWindowPropertyInfo* CreatePropertyInfoForWindow(wxWindow *win);
|
||||||
|
Reference in New Issue
Block a user