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:
Randalphwa 2022-06-10 14:54:07 -07:00 committed by Vadim Zeitlin
parent ddcb047234
commit 385547a946
3 changed files with 17 additions and 0 deletions

View file

@ -580,6 +580,7 @@ wxAuiNotebook =
attribute class { "wxAuiNotebook" } &
stdObjectNodeAttributes &
stdWindowProperties &
[xrc:p="o"] element art-provider {_, ("default" | "simple") }* &
(wxAuiNotebook_notebookpage | objectRef)*
}