Replies: 2 comments 9 replies
-
Apologies for the incomplete documentation; you need to set the tabs := gi.NewTabs(appBody)
cpu := tabs.NewTab("cpu")
tabs.NewTab("log")
tabs.NewTab("notes")
tabs.NewTab("break")
splits := gi.NewSplits(cpu).SetDim(mat32.Y) // <- you need to add the splits to the tab (cpu), not the tabs container |
Beta Was this translation helpful? Give feedback.
1 reply
-
Also, a linear setup for vertical splitting is possible, with your guidance, but it was a bit difficult for me to nest multiple horizontal split layouts with one vertical split layout. I'm going to replace the previous debugger interface library with goki. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I searched through all demos, examples, issues, and GIV related source code, and I couldn't find the vertical setting for the split layout,As an example of a Xi layout is to implement a CPU page layout with x64dbg.
https://x64dbg.com/
Beta Was this translation helpful? Give feedback.
All reactions