diff options
author | Havoc Pennington <hp@redhat.com> | 2001-10-02 19:40:54 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-10-02 19:40:54 +0000 |
commit | 230b35251a4ad7c2372aad8e16d5eb545f7f980d (patch) | |
tree | 387916db1a3cd0562cb32d186d5e4c5cc182bb6f /gdk | |
parent | ced4124efe73184a02b012a7e5e9fa173dcdc90f (diff) | |
download | gtk+-230b35251a4ad7c2372aad8e16d5eb545f7f980d.tar.gz |
docs
2001-10-02 Havoc Pennington <hp@redhat.com>
* gdk/x11/gdkwindow-x11.c: docs
* tests/testtextbuffer.c (logical_motion_tests): add sentence
boundary tests
2001-10-02 Havoc Pennington <hp@redhat.com>
* gtk/tree_widget.sgml: s/empahsis/emphasis/
* gtk/tmpl/gtkobject.sgml: update docs
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/x11/gdkwindow-x11.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c index 262aa9f0da..da62210210 100644 --- a/gdk/x11/gdkwindow-x11.c +++ b/gdk/x11/gdkwindow-x11.c @@ -1374,6 +1374,17 @@ gdk_window_set_modal_hint (GdkWindow *window, 0); } +/** + * gdk_window_set_geometry_hints: + * @window: a #GdkWindow + * @geometry: geometry hints + * @geom_mask: bitmask indicating fields of @geometry to pay attention to + * + * Sets the geometry hints for @window. Hints flagged in @geom_mask + * are set, hints not flagged in @geom_mask are unset. + * To unset all hints, use a @geom_mask of 0 and a @geometry of %NULL. + * + **/ void gdk_window_set_geometry_hints (GdkWindow *window, GdkGeometry *geometry, |