Re: How to change "keyboard" focus



"Petro  Verheuvel" <pverheuvel zonnet nl> writes:
> 
> I am writing an application (GTK 1.3) using only the keyboard. The selection
> of widgets works just fine. But i find the rectangle indicating the
> selection rather bad. I want this selection to be better visible. Does
> anyone knows how to do this?
> 

Tweak the theme (or override the theme in your .gtkrc-2.0). 
There's a property for the focus line width I think.

Something like "GtkWidget::focus-line-width = 5" or whatever.

Look at gtkwidget.c, search for
gtk_widget_class_install_style_property()
calls.

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]