You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scroll[Listener?] (Scroll widget #17)
Reacts to pointer and scroll events, translates child widgets along the set axis. Sets clipping rectangle.
Scroll offset should be r/w
Optional over-scroll handlers?
Reacts to pointer and scroll events, translates child widgets along the set axis. Sets clipping rectangle.
Scroll offset should be r/w
Optional over-scroll handlers?
Multiple types: point selector, interval selector, fixed width interval selector (i.e. scrollbar)
This should probably be an even listener similar to button - set state (based on selection) and have no inherent graphics. Alternative is a complex textbox with cursor. Moving the cursor using pointer events will be fun.
e-g backend implements using embedded-text, Some way of streaming input or the ability to inject tokens externally embedded-graphics/embedded-text#60 could help.
Has implications on rendering
Longer term possibilities:
Not quite a Toggle because it might need to handle drag events to be fancy. Figure out how to bubble up toggle requests?
This might be a tricky one.
The text was updated successfully, but these errors were encountered: