[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: change the "Dashed border"
- From: winc03_sub comcast net
- To: "zhenghe zhang" <zhenghe zhang gmail com>, <gtk-app-devel-list gnome org>
- Subject: Re: change the "Dashed border"
- Date: Wed, 14 Jan 2009 20:36:24 +0000
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 zhang 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
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]