Modifying button properties with Gtk::RC
- From: "Víctor M. Palacio Tárrega" <victorpalacio adtelecom es>
- To: gtkmm-list gnome org
- Subject: Modifying button properties with Gtk::RC
- Date: Thu, 14 Feb 2008 11:45:47 +0100
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/*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]