 |
| Never Seen the Sunlight |
Joined: Thu Mar 24, 2011 2:10 pm Posts: 324 Location: Sydney, Australia
|
|
It sounds more like you need to customise your menubar rather than the notebook. Instead of attaching the menubar to a vbox inside the main window, attach it inside the notebook. This will require a new menubar with each tab though. This could make some really bad problems with a unity desktop where the menubar is placed off the window (potentially making multiples appear), but then you may be stuck with unity problems no matter how you go about it. In order to avoid problems with unity compatibility you might be best to use some non-menu menus. E.g. regular widgets like the GtkExpander that unity won't try to relocate and can still function like menus
|
|