Changeset f6df5a3 in mainline for uspace/lib/ui/private/pbutton.h
- Timestamp:
- 2020-10-13T20:06:47Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c9a7adc
- Parents:
- 47728678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/pbutton.h
r47728678 rf6df5a3 40 40 #include <gfx/context.h> 41 41 #include <gfx/coord.h> 42 #include <stdbool.h> 42 43 43 44 /** Actual structure of push button. … … 52 53 /** Caption */ 53 54 const char *caption; 55 /** Button is currently held down */ 56 bool held; 54 57 }; 55 58
Note:
See TracChangeset
for help on using the changeset viewer.