Yes I've already tried in my test example the Gtk::Style::create() and works fine, but what I want to do is overload the style drawing functions in order to perform some changes in the way some widgets are drawn. I can not do that using the create static method.
I'm not sure of whats rcstyle for, but I think its for defining the system apearance through an rc style file. is this true? Anyway, thats not what I'm looking for. Gtk::Style offers lots of protected virtual methods, so its' designed to be inherited, but in the other hand the label style seems to depend on the code executed in the create() method, that can not be overloaded. Is this a bug? TIA José Alburquerque wrote: > > On Thu, 2010-10-28 at 17:44 -0400, José Alburquerque wrote: > >> Using Gtk::Style::create() is probably the best way to get a Gtk::Style. > > However, if you want to modify the style of a widget, using > Gtk::widget::modify_style() is most likely the best way. > > -- > José > > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list > > -- View this message in context: http://old.nabble.com/Gtk%3A%3AStyle-usage-help-needed-tp30079646p30083570.html Sent from the Gtkmm mailing list archive at Nabble.com. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
