mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 10:18:15 +09:00
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
This commit is contained in:
parent
8bb75084fd
commit
6a71ba1deb
Notes:
sideshowbarker
2024-07-19 09:34:17 +09:00
Author: https://github.com/awesomekling
Commit: 6a71ba1deb
10 changed files with 37 additions and 13 deletions
|
@ -83,7 +83,7 @@ int main(int argc, char* argv[])
|
|||
|
||||
auto toolbar = GUI::ToolBar::construct(widget);
|
||||
|
||||
auto splitter = GUI::Splitter::construct(Orientation::Horizontal, widget);
|
||||
auto splitter = GUI::HorizontalSplitter::construct(widget);
|
||||
|
||||
auto model = ManualModel::create();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue