On Thu, 2008-11-13 at 23:10 +0000, Robert Pearce wrote:
> On Wed, 12 Nov 2008, S.Anju <[EMAIL PROTECTED]> wrote :
> >Suppose on clicking a particular button, application takes some time to
> >execute to do some transaction. By that time if User clicks on other
> >buttons(except the one which alread got clicked), those click events are
> >also getting instantiated and It leads to application freeze. Is there any
> >function or method, thru which I can restrict those click events
> >transactions.
> 
> I haven't tried this, but I think if you put those six buttons in a 
> container, then you can de-sensitise the container while your program is 
> busy. But I could be wrong.

Yes, that's how I make many widgets inactive.

-- 
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com

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

Reply via email to