PyGTK: How do I make a custom widget look like a gtk.Notebook tab?
Posted
by Ben Ashton
on Stack Overflow
See other posts from Stack Overflow
or by Ben Ashton
Published on 2010-02-01T05:43:14Z
Indexed on
2010/05/07
6:18 UTC
Read the original article
Hit count: 289
Hi,
I'm writing a program and I need some extra functionality from the gtk.Notebook widget, so I have taken to creating my own.
My only problem is styling my tabs so that they look like the tabs in gtk.Notebook and will change according to the user's theme.
I really don't know where to start so any advice would be much appreciated, thanks :)
© Stack Overflow or respective owner