Added window styles for wxToolBar handler

Allow wxScrolledWindow to have children


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@27223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-05-12 09:06:39 +00:00
parent 1014d9c9ac
commit aea258040b
4 changed files with 4 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ wxObject *wxScrolledWindowXmlHandler::DoCreateResource()
GetName());
SetupWindow(control);
CreateChildren(control);
return control;
}

View File

@@ -37,6 +37,7 @@ wxToolBarXmlHandler::wxToolBarXmlHandler()
XRC_ADD_STYLE(wxTB_NOICONS);
XRC_ADD_STYLE(wxTB_NODIVIDER);
XRC_ADD_STYLE(wxTB_NOALIGN);
AddWindowStyles();
}
wxObject *wxToolBarXmlHandler::DoCreateResource()

View File

@@ -42,6 +42,7 @@ wxObject *wxScrolledWindowXmlHandler::DoCreateResource()
GetName());
SetupWindow(control);
CreateChildren(control);
return control;
}

View File

@@ -37,6 +37,7 @@ wxToolBarXmlHandler::wxToolBarXmlHandler()
XRC_ADD_STYLE(wxTB_NOICONS);
XRC_ADD_STYLE(wxTB_NODIVIDER);
XRC_ADD_STYLE(wxTB_NOALIGN);
AddWindowStyles();
}
wxObject *wxToolBarXmlHandler::DoCreateResource()