Update wxCommandLinkButtonXmlHandler

Adds missing bitmap specifications, removes unusable button styles.

Closes #22475.
This commit is contained in:
Randalphwa 2022-05-30 07:35:56 -07:00 committed by Vadim Zeitlin
parent 495e9b99cd
commit addbc940c0
3 changed files with 28 additions and 8 deletions

View file

@ -826,9 +826,13 @@ wxCommandLinkButton =
stdObjectNodeAttributes &
stdWindowProperties &
[xrc:p="important"] element label {_, t_text }* &
[xrc:p="o"] element note {_, t_text }* &
[xrc:p="o"] element bitmap {_, t_bitmap }* &
[xrc:p="o"] element default {_, t_bool }*
[xrc:p="o"] element note {_, t_text }* &
[xrc:p="o"] element bitmap {_, t_bitmap }* &
[xrc:p="o"] element pressed {_, t_bitmap }* &
[xrc:p="o"] element focus {_, t_bitmap }* &
[xrc:p="o"] element disabled {_, t_bitmap }* &
[xrc:p="o"] element current {_, t_bitmap }* &
[xrc:p="o"] element default {_, t_bool }*
}