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:
Vadim Zeitlin
2020-11-16 16:47:54 +01:00
parent d67c7c485a
commit b92d194ac4
3 changed files with 19 additions and 1 deletions

View File

@@ -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 }*
}