Hi,

I'm trying to set a transparent background in a notebook. In fact, i 
will need to use transparent backgrounds in any widget on the notebook.

    Gdk::Color w("transparent");
   
    Gtk::StateType state = panels.get_state();
    panels.modify_bg(state, w );



Other widgets has a transparent background as default (f.i., Gtk::Label).


Regards,

-- 

/*/Víctor M. Palacio Tárrega/*/

www.adtelecom.es <http://www.adtelecom.es/>
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to