Add "windowlabel" element of wxStaticBoxSizer to the schema

This was forgotten in the commit updating the sizer XRC handler.
This commit is contained in:
Vadim Zeitlin 2018-01-20 19:54:36 +01:00
parent a67f4b8254
commit 9981a0216f

View File

@ -1864,6 +1864,7 @@ wxStaticBoxSizer_horz =
stdObjectNodeAttributes &
stdSizerProperties &
[xrc:p="important"] element label {_, t_text }* &
element windowlabel {windowNode}* &
[xrc:p="o"] element orient {_, "wxHORIZONTAL" }* &
(wxBoxSizer_horz_item | objectRef)*
}
@ -1874,6 +1875,7 @@ wxStaticBoxSizer_vert =
stdObjectNodeAttributes &
stdSizerProperties &
[xrc:p="important"] element label {_, t_text }* &
element windowlabel {windowNode}* &
element orient {_, "wxVERTICAL" } &
(wxBoxSizer_vert_item | objectRef)*
}