Add "windowlabel" element of wxStaticBoxSizer to the schema
This was forgotten in the commit updating the sizer XRC handler.
This commit is contained in:
parent
a67f4b8254
commit
9981a0216f
@ -1864,6 +1864,7 @@ wxStaticBoxSizer_horz =
|
|||||||
stdObjectNodeAttributes &
|
stdObjectNodeAttributes &
|
||||||
stdSizerProperties &
|
stdSizerProperties &
|
||||||
[xrc:p="important"] element label {_, t_text }* &
|
[xrc:p="important"] element label {_, t_text }* &
|
||||||
|
element windowlabel {windowNode}* &
|
||||||
[xrc:p="o"] element orient {_, "wxHORIZONTAL" }* &
|
[xrc:p="o"] element orient {_, "wxHORIZONTAL" }* &
|
||||||
(wxBoxSizer_horz_item | objectRef)*
|
(wxBoxSizer_horz_item | objectRef)*
|
||||||
}
|
}
|
||||||
@ -1874,6 +1875,7 @@ wxStaticBoxSizer_vert =
|
|||||||
stdObjectNodeAttributes &
|
stdObjectNodeAttributes &
|
||||||
stdSizerProperties &
|
stdSizerProperties &
|
||||||
[xrc:p="important"] element label {_, t_text }* &
|
[xrc:p="important"] element label {_, t_text }* &
|
||||||
|
element windowlabel {windowNode}* &
|
||||||
element orient {_, "wxVERTICAL" } &
|
element orient {_, "wxVERTICAL" } &
|
||||||
(wxBoxSizer_vert_item | objectRef)*
|
(wxBoxSizer_vert_item | objectRef)*
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user