Add support for SetArtProvider in wxAuiNotebook XRC handler
Allow selecting between the "default" and "simple" providers for now, we might want to extend this to allow user-defined providers in the future. Closes #22515.
This commit is contained in:
parent
ddcb047234
commit
385547a946
3 changed files with 17 additions and 0 deletions
|
|
@ -580,6 +580,7 @@ wxAuiNotebook =
|
|||
attribute class { "wxAuiNotebook" } &
|
||||
stdObjectNodeAttributes &
|
||||
stdWindowProperties &
|
||||
[xrc:p="o"] element art-provider {_, ("default" | "simple") }* &
|
||||
(wxAuiNotebook_notebookpage | objectRef)*
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue