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
{{ message }}
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.
I would love to see an example of writing a custom widget, for example: A new widget that derives from DrawingArea and implements Scrollable. Information on how to do this seems to be disjointed and hard to find.
The text was updated successfully, but these errors were encountered:
This would be identical to any other trait from a Rust library. Create a new type consisting of a collection of widgets relevant for your type, and implement the two traits for that type.
@mmstick I'm also wondering what the "two traits" are. I've seen WidgetNameExt traits in the existing widgets, but that's only 1 trait, and it's not even the same one for each widget.
I would love to see an example of writing a custom widget, for example: A new widget that derives from
DrawingArea
and implementsScrollable
. Information on how to do this seems to be disjointed and hard to find.The text was updated successfully, but these errors were encountered: