gtk - C++ gtkmm vertical menu bar -


i trying make vertical menu bar multiple different tabs (each tab contains multiple sub-childs , each sub-child may contain sub-sub child) application should this.

enter image description here

however, couldn't find way , best achieve below using notebook widget, not find way include sub-child through notebook widget.

enter image description here

i have tried using menubar menubar make horizontal toolbar , there no way make vertical.

is there specific widgets use achieve that? thanks.


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -