Re: How to remove Focus Rectabgle



Iker Perez de Albeniz wrote:
Hi,

Is there any way to renove the doted focus rectangle?? i am tring to do it
in my GtkRc file but it was imposible.. any idea??

thanks,

_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Hi,

I could remove the rectangle by adding this line in the rc style file:
   GtkWidget::focus-line-width = 2

I wrote when defining the style of the buttons.

Example:
style "boton" {
   GtkWidget::focus-line-width = 0
   engine "pixmap" {
       ...
   }
}

class "GtkButton" style "boton"

Regards,
Diego A. Fons.


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