Changeset 47728678 in mainline for uspace/lib/ui/private/pbutton.h
- Timestamp:
- 2020-10-13T09:24:56Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f6df5a3
- Parents:
- f80690a
- git-author:
- Jiri Svoboda <jiri@…> (2020-10-12 21:24:39)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-10-13 09:24:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/pbutton.h
rf80690a r47728678 38 38 #define _UI_PRIVATE_PBUTTON_H 39 39 40 #include <gfx/context.h> 41 #include <gfx/coord.h> 42 40 43 /** Actual structure of push button. 41 44 * … … 43 46 */ 44 47 struct ui_pbutton { 48 /** UI resource */ 49 struct ui_resource *res; 50 /** Push button rectangle */ 51 gfx_rect_t rect; 52 /** Caption */ 45 53 const char *caption; 46 54 };
Note:
See TracChangeset
for help on using the changeset viewer.