Zhenghe,

There is a gtk style focus-line-pattern that defines the bit pattern of the 
dashed line.  You can set this in an rc file that your app loads, as follows:

style "focus_style" {
    GtkWidget::focus-line-pattern = "\0"
}
class "GtkWidget" style "focus_style"

HTH,
Andy
 -------------- Original message ----------------------
From: "zhenghe zhang" <zhenghe.zh...@gmail.com>
> Hi all
>       Now I have a problem, could you help me? Thank you.
> As followed;
> There is a button, and the button obtains the focus, there is a "Dashed
> border" on the button, 
> Now I want to change it to "solid line", but I don't know how to do it,
> I hope you tell me your methods.
> Thank you very much
> zh
> 


_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to