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:
@@ -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 }*
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user