UI: Add Scrollbar Widget #5

Open
opened 2019-04-20 00:47:04 +00:00 by kirsle · 0 comments

The Scrollbar widget would be a Frame containing a number of child widgets:

  • Scroll buttons on either end that would be standard Button widgets.
  • A trough between the buttons.
  • A scroller on the trough (could be a Button widget itself)

And it would be configured with variables like:

  • Min and Max values, i.e. 0 to 100.
  • An int pointer that holds the current scroll value between Min and Max.
  • Ability to customize the scroll 'step'
The Scrollbar widget would be a Frame containing a number of child widgets: * Scroll buttons on either end that would be standard Button widgets. * A trough between the buttons. * A scroller on the trough (could be a Button widget itself) And it would be configured with variables like: * Min and Max values, i.e. 0 to 100. * An int pointer that holds the current scroll value between Min and Max. * Ability to customize the scroll 'step'
kirsle added the
ui toolkit
label 2019-04-20 00:47:04 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SketchyMaze/doodle#5
There is no content yet.