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