Re: WINDOW_POPUP and (un)editable GtkText widgets



Adam Huuva <sventon easter-eggs com> writes:

when using a WINDOW_POPUP (gtk+ 1.2.8) type window the GtkText widgets
aren't editable. Is there a way to have editable GtkText widgets in a
WINDOW_POPUP type window?

Nope. WINDOW_POPUP disables the window manager for this window. 
Which results in no way to focus the window.

What we want is a window without decorations, to be able to launch the
application full-screen without title-bar or anything else. We're using
blackbox as the wm.

Use gdk_window_set_decorations (widget->window, 0) instead of
GTK_WINDOW_POPUP. Not all window managers will honor this, but it's
the best you can do. Simply ignoring the window manager results in all
sorts of breakage, some subtle some more obvious.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]