On Fri, Oct 29, 2010 at 2:08 PM, siagogam <[email protected]> wrote: > > Ok, I'll try to explain what I want to do, so you can tell me if I'm doing it > the way is supposed to be done. > > As you said, I want to modify how widgets are drawn (by using cairo inside > the style virtual functions), and I have no intention of creating a new > complete theme engine. If all applications should share the same look is a > point of view quite extended , but what I want to do is just the opposite > (define my own look and feel in my application)
then use the expose event for each widget and define your own drawing routines in a handler for it. that is where drawing occurs, and you can have *complete* control over how your widgets look. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
