GTK+ FAQ | ||
---|---|---|
<<< Previous | Development with GTK+: general questions | Next >>> |
After you create your window, do gtk_grab_add(my_window). And after closing the window do gtk_grab_remove(my_window).
<<< Previous | Home | Next >>> |
Is it possible to get some text displayed which is truncated to fit inside its allocation? | Up | Why doesn't my widget (e.g. progressbar) update? [GTK 2.x] |