[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Re: Re: Button can't be clicked.
- From: Billy Biggs <vektor dumbterm net>
- To: zun03127 nifty com
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Re: Re: Button can't be clicked.
- Date: Wed, 21 Dec 2005 12:53:02 -0600
zun03127 nifty com (zun03127 nifty com):
> Hi, Matthias
>
> I have confirmed the Bug#56070.
> This is just the same problem as what I have faced.
> I greatly thank you for your notice.
>
> However, I lost my way to develop my application...
> Does anyone have good workaround...?
> Anyway, I must find a way to proceed.
>
> Tristan and Matthias, I say again thank you for your quick response.
When you make the button sensitive, try:
gtk_widget_hide (button);
gtk_widget_show (button);
Might work depending on the situation. Another technique would be
to create an input-only GdkWindow above the button, show it, and
hide it.
-Billy
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]