Added hover_pressed style to CheckBox and CheckButton
Added hover_pressed style to CheckBox and CheckButton. If no style is defined for this property it will default to the pressed property.
This commit is contained in:
parent
2c7908739a
commit
99e3309296
4 changed files with 24 additions and 1 deletions
|
|
@ -85,6 +85,7 @@ public:
|
|||
DRAW_PRESSED,
|
||||
DRAW_HOVER,
|
||||
DRAW_DISABLED,
|
||||
DRAW_HOVER_PRESSED,
|
||||
};
|
||||
|
||||
DrawMode get_draw_mode() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue