diff options
author | Timm Bäder <mail@baedert.org> | 2018-01-13 10:17:21 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-01-13 10:23:01 +0100 |
commit | aa17c209511613f61bc1a9bb6eec05f33bca7212 (patch) | |
tree | 57fad2acb9952a0ab62cefc0c14205888108b10a /gtk/gtkwindow.h | |
parent | 32166a95958a2877ce4c8a8c0ad4460a5c601668 (diff) | |
download | gtk+-aa17c209511613f61bc1a9bb6eec05f33bca7212.tar.gz |
window: Remove a resize grip mention from the docs
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r-- | gtk/gtkwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h index 47f82636db..dc23b54ba2 100644 --- a/gtk/gtkwindow.h +++ b/gtk/gtkwindow.h @@ -105,8 +105,8 @@ struct _GtkWindowClass * #GTK_WINDOW_POPUP are ignored by the window manager; window manager * keybindings won’t work on them, the window manager won’t 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 don’t 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 |