Configuring tree items text on Gtk+
I’ve been trying to use the ~/.gtkrc-2.0 file to configure the font used for a wxTreeCtrl items’ text.
The only setting that I’ve got to work is:
···
style “button”
{
font_name = “arial 7”
}
widget_class “*GtkButton” style “button”
but this refers to buttons!
Does anyone know if there is a more specific setting for tree items?
Using wxPython-2.5.1/Python-2.3.4/Gtk±2.4.0/HP-UX11i
Regards,
Richard