Add "default" and "bitmap" to wxCommandLinkButton XRC handler
Support the same buttons as in wxButton, as they also make sense here. Closes https://github.com/wxWidgets/wxWidgets/pull/2116
This commit is contained in:
parent
d67c7c485a
commit
b92d194ac4
3 changed files with 19 additions and 1 deletions
|
|
@ -810,7 +810,9 @@ wxCommandLinkButton =
|
|||
stdObjectNodeAttributes &
|
||||
stdWindowProperties &
|
||||
[xrc:p="important"] element label {_, t_text }* &
|
||||
[xrc:p="o"] element note {_, t_text }*
|
||||
[xrc:p="o"] element note {_, t_text }* &
|
||||
[xrc:p="o"] element bitmap {_, t_bitmap }* &
|
||||
[xrc:p="o"] element default {_, t_bool }*
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue