PyGTK: Packing widgets before tabs in a gtk.Notebook

Posted by Ben Ashton on Stack Overflow See other posts from Stack Overflow or by Ben Ashton
Published on 2010-02-06T09:39:49Z Indexed on 2010/03/25 11:13 UTC
Read the original article Hit count: 635

Filed under:
|
|
|
|

Basically, what I want to do is put some buttons before the tabs in a gtk.Notebook. I tried making my own notebook type widget and it worked well, but it would have required lots more work to make it as flexible as I would like, also it wasn't as efficient.

Here is a mock-up of what I'm trying to achieve: http://imagebin.ca/view/84SC0d.html

Any ideas would be much appreciated, thanks.

Ben.

© Stack Overflow or respective owner

Related posts about pygtk

Related posts about notebook