Added window styles to wxToolBar handler.
Allow wxScrolledWindow to have children. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
41e2b43ea4
commit
ace1785b15
@ -43,6 +43,7 @@ wxObject *wxScrolledWindowXmlHandler::DoCreateResource()
|
||||
GetName());
|
||||
|
||||
SetupWindow(control);
|
||||
CreateChildren(control);
|
||||
|
||||
return control;
|
||||
}
|
||||
|
@ -39,6 +39,7 @@ wxToolBarXmlHandler::wxToolBarXmlHandler()
|
||||
XRC_ADD_STYLE(wxTB_NOICONS);
|
||||
XRC_ADD_STYLE(wxTB_NODIVIDER);
|
||||
XRC_ADD_STYLE(wxTB_NOALIGN);
|
||||
AddWindowStyles();
|
||||
}
|
||||
|
||||
wxObject *wxToolBarXmlHandler::DoCreateResource()
|
||||
|
@ -43,6 +43,7 @@ wxObject *wxScrolledWindowXmlHandler::DoCreateResource()
|
||||
GetName());
|
||||
|
||||
SetupWindow(control);
|
||||
CreateChildren(control);
|
||||
|
||||
return control;
|
||||
}
|
||||
|
@ -39,6 +39,7 @@ wxToolBarXmlHandler::wxToolBarXmlHandler()
|
||||
XRC_ADD_STYLE(wxTB_NOICONS);
|
||||
XRC_ADD_STYLE(wxTB_NODIVIDER);
|
||||
XRC_ADD_STYLE(wxTB_NOALIGN);
|
||||
AddWindowStyles();
|
||||
}
|
||||
|
||||
wxObject *wxToolBarXmlHandler::DoCreateResource()
|
||||
|
Loading…
Reference in New Issue
Block a user