git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55978
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
GetSize(),
style,
GetName());
+ SetupWindow(toolbar);
wxSize bmpsize = GetSize(wxT("bitmapsize"));
if (!(bmpsize == wxDefaultSize))
long separation = GetLong(wxT("separation"), -1);
if (separation != -1)
toolbar->SetToolSeparation(separation);
- if (HasParam(wxT("bg")))
- toolbar->SetBackgroundColour(GetColour(wxT("bg")));
wxXmlNode *children_node = GetParamNode(wxT("object"));
if (!children_node)