Hello,
My window is built up from a NoteBook widget. And in each NoteBook widget there's a VBox.
Everything looked good untill I added an EventBox to one of the VBoxes. That EventBox contains a HBox, and that HBox contains some labels.
But now my buttons of my VBox are overlapping the tabs of my NoteBook widget.
To show what I mean, i've created a small
screenshot.
I've tried to fix this by calling the function size_allocation on the EventBox, but of no avail.
I hope somebody can help me with this.
Thanks in advance,
Hylke