Hi,

I'm using Gtk::RC for modifying widgets with a gtkrc file.

I cannot modify property 'relief' for a Gtk::Button.


/style "button"
{
#No outlined on focus
GtkButton::focus-line-width     = 0
#no relief
GtkButton::relief                  = 2
/}



The other modified property (focus-line-width) is working.

When modifying with member function/ set_relief(Gtk::RELIEF_NONE);/ 
works fine.

Is this a bug of a PropertyProxy, or I'm not using the correct property 
name?

Regards,

-- 

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

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to