Add support for bitmaps to wxToggleButton XRC handler
Handle "bitmap" and "bitmapposition" attributes in wxToggleButton XRC handler, just as it's already done for wxBitmap and wxBitmapToggleButton. Closes #17850.
This commit is contained in:
parent
0a3720beff
commit
7ce3693956
4 changed files with 14 additions and 1 deletions
|
|
@ -1508,7 +1508,9 @@ wxToggleButton =
|
|||
stdObjectNodeAttributes &
|
||||
stdWindowProperties &
|
||||
[xrc:p="important"] element label {_, t_text }* &
|
||||
[xrc:p="o"] element checked {_, t_bool }*
|
||||
[xrc:p="o"] element checked {_, t_bool }* &
|
||||
[xrc:p="o"] element bitmap {_, t_bitmap }* &
|
||||
[xrc:p="o"] element bitmapposition {_, t_direction }*
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue