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 26, 2021. It is now read-only.
None of the currently available widgets demonstrate an ability to draw over other portions of the window. It would be nice to see how this might be accomplished in limn. Some example widgets that need this functionality include drop-down box, context menu, menu bar, tooltip, tab bar, etc.
The text was updated successfully, but these errors were encountered:
You're right this isn't really documented or demoed, It should be more obvious once the built in widget library grows, and I'll make a note in the docs somewhere. Draw ordering is controlled by the order of attachment to the parent.
If you have a parent widget "root" and two children widgets "widget1" and "widget2", widget2 will be drawn after widget1, so if they overlap widget2 will be drawn on top of widget1.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
None of the currently available widgets demonstrate an ability to draw over other portions of the window. It would be nice to see how this might be accomplished in limn. Some example widgets that need this functionality include drop-down box, context menu, menu bar, tooltip, tab bar, etc.
The text was updated successfully, but these errors were encountered: