Request: Add HSplitView and VSplitView widgets #70
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
I would like to request those widgets, based on GTK.Paned.
While still digging your code I didn’t get very far myself yet but I’m very impressed by your project! It's a joy to use!
Describe alternatives you've considered
For now, I’m using a
OverlaySplitViewbut as my application is a true 2-panes view so its not ideal..Additional context
The source of my project is on GitHub:
https://github.com/Desbeers/Chord-Provider
I found out myself:
https://github.com/Desbeers/Chord-Provider/tree/main/ChordProviderGnome/Sources/Widgets
And while at that; I added some extensions to
ToggleButton.Now I have to learn how to contribute on your 'non' GitHub... That is for another day (I use Github Desktop, sorry).
Thanks for adding the
SplitView, this can be close now :-)