views:

187

answers:

3

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 :)

A: 

I also want to change the slec and unselect colour of tab but not getting any clue. Please help me to do that

Jamali
This is not an answer. At best it's a comment on the question. Please delete this non-answer and add a comment to the question.
S.Lott
The same... comments are not answers
markuz
A: 

I solved the problem eventually by getting the colours from gtk.Notebook's style.

Ben Ashton
A: 

Just for the record, if you are going to create something similar to a gtk.Notebook, I'll recomment you to subclass gtk.Notebook to save a lot of work.

markuz