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 Nov 14, 2024. It is now read-only.
Dockable items can easily be done by using GtkHandleBox'es. However, these boxes do not allow to swap items -- they keep a hard reference to their child and only allow this widget to re-dock.
On the experimental "exp-dnd" branch I tried to implement swapping via Gtk's drag-and-drop facility. This is more of a proof of concept than a finished feature. Main development will continue on the master branch.
You can drag ports around as well as the frames of note pad and timer. It works quite well, I guess.
Notes, preview ports, timer, ... all those could be dockable. This would allow the user to arrange everything as he likes.
While we're at this: How about configuring preview ports on the fly?
Don't forget feature which saves the layout.
The text was updated successfully, but these errors were encountered: