cycfi / elements

Elements C++ GUI library
http://cycfi.github.io/elements/
3.06k stars 232 forks source link

[Feature Request] Split pane #420

Open Arcnor opened 1 month ago

Arcnor commented 1 month ago

Like other windowing toolkits, a split pane is useful to have resizeable areas of the window that hold other widgets, similar to Qt's QSplitter or ImGui splitter behavior.

djowel commented 1 month ago

This is now implemented in the adjustable_grid_skia branch.

Still WIP. The vertical divider will still have to be implemented. But that should come easy following the horizontal divider implementation.

djowel commented 1 month ago

This is now implemented in the adjustable_grid_skia and adjustable_grid branches.