Changeset c9a7adc in mainline for uspace/lib/ui/private/pbutton.h
- Timestamp:
- 2020-10-14T17:32:49Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4ed00d3
- Parents:
- f6df5a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/pbutton.h
rf6df5a3 rc9a7adc 53 53 /** Caption */ 54 54 const char *caption; 55 /** Button is selected as default */ 56 bool isdefault; 55 57 /** Button is currently held down */ 56 58 bool held;
Note:
See TracChangeset
for help on using the changeset viewer.