Re: The proper way to integrate self-made widgets with themes

2008-02-09 Thread Tristan Van Berkom
remember that to assign styles in rc files you must always define a style and assign the style to a widget (or widget class). read about gtkrc formating in the main "resource files" section of the api docs... installing style properties on your widget class is easy as installing normal properties

The proper way to integrate self-made widgets with themes

2008-02-08 Thread centipede
Hello list. I asked this question a few days ago at the generic gtk list, but unfortunately did not get much of an answer. I'll figure I would try my luck here instead... In the process of making a bunch of widgets I have stumbled upon this issue: I need to p