Changeset d4ea1f6 in mainline for uspace/lib/ui/private/scrollbar.h
- Timestamp:
- 2022-03-21T17:38:57Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8965860c
- Parents:
- 26c90dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/scrollbar.h
r26c90dd rd4ea1f6 59 59 gfx_coord_t thumb_len; 60 60 /** Up button */ 61 struct ui_pbutton * btn_up;61 struct ui_pbutton *up_btn; 62 62 /** Down button */ 63 struct ui_pbutton * btn_down;63 struct ui_pbutton *down_btn; 64 64 /** Thumb is currently held down */ 65 65 bool thumb_held;
Note:
See TracChangeset
for help on using the changeset viewer.