Changes in uspace/lib/ui/private/pbutton.h [3c54869:8b22d44] in mainline
- File:
-
- 1 edited
-
uspace/lib/ui/private/pbutton.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/pbutton.h
r3c54869 r8b22d44 1 1 /* 2 * Copyright (c) 202 3Jiri Svoboda2 * Copyright (c) 2022 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 62 62 gfx_rect_t rect; 63 63 /** Caption */ 64 c har *caption;64 const char *caption; 65 65 /** Button is selected as default */ 66 66 bool isdefault; 67 /** Button light is on */68 bool light;69 67 /** Button is currently held down */ 70 68 bool held;
Note:
See TracChangeset
for help on using the changeset viewer.
