System/Libraries/Widget: Add disabled_image property to ButtonWidget class
This commit is contained in:
parent
96e0009173
commit
b5d27214a1
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ class ButtonWidget : Widget {
|
|||
BitmapFont* font;
|
||||
U8 text[1024];
|
||||
Context2D* image;
|
||||
Context2D* disabled_image;
|
||||
U32 color;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue