Changeset a2f173b in mainline for uspace/lib/ui/include
- Timestamp:
- 2020-10-21T21:49:13Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 58a67050
- Parents:
- 172188a
- Location:
- uspace/lib/ui/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/ui/pbutton.h
r172188a ra2f173b 40 40 #include <gfx/coord.h> 41 41 #include <io/pos_event.h> 42 #include <types/ui/event.h> 42 43 #include <types/ui/pbutton.h> 43 44 #include <types/ui/resource.h> … … 56 57 extern void ui_pbutton_leave(ui_pbutton_t *); 57 58 extern void ui_pbutton_clicked(ui_pbutton_t *); 58 extern voidui_pbutton_pos_event(ui_pbutton_t *, pos_event_t *);59 extern ui_evclaim_t ui_pbutton_pos_event(ui_pbutton_t *, pos_event_t *); 59 60 60 61 #endif
Note:
See TracChangeset
for help on using the changeset viewer.