Disabling Button/Window focus

2005-07-12 Thread Michal Porzuczek
Hi, I was wondering if it is possible to temporary disable focus on buttons so they don't work and they do not light up when the mouse hovers over them. Is it also possible to disable the movement and resizeablilty of a window temporariliy. Furthermore, is it possible to set where we want a win

Re: Disabling Button/Window focus

2005-07-12 Thread Olexiy Avramchenko
Michal Porzuczek wrote: I was wondering if it is possible to temporary disable focus on buttons so they don't work and they do not light up when the mouse hovers over them. gtk_widget_set_sensitive() is the common way. Is it also possible to disable the movement and resizeablilty of a window