window: Remove a resize grip mention from the docs

This commit is contained in:
Timm Bäder 2018-01-13 10:17:21 +01:00
parent 32166a9595
commit aa17c20951

View File

@ -105,8 +105,8 @@ struct _GtkWindowClass
* #GTK_WINDOW_POPUP are ignored by the window manager; window manager
* keybindings wont work on them, the window manager wont decorate the
* window with a frame, many GTK+ features that rely on the window
* manager will not work (e.g. resize grips and
* maximization/minimization). #GTK_WINDOW_POPUP is used to implement
* manager will not work (e.g. maximization/minimization).
* #GTK_WINDOW_POPUP is used to implement
* widgets such as #GtkMenu or tooltips that you normally dont think of
* as windows per se. Nearly all windows should be #GTK_WINDOW_TOPLEVEL.
* In particular, do not use #GTK_WINDOW_POPUP just to turn off