diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-01-01 20:38:21 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-01-01 20:38:21 +0000 |
commit | e2f5eb1c3e6bdd4e687d286414e03c341b6c4335 (patch) | |
tree | 1aa071a4d6a8db1ac640bf88afe7a0f895d76644 /gdk/gdk.h | |
parent | 0f6d9f0ffc4b0c28927de42f4bc87175af722ba0 (diff) | |
download | gtk+-e2f5eb1c3e6bdd4e687d286414e03c341b6c4335.tar.gz |
added gdk_window_withdraw - not sure if its needed, but oh well
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r-- | gdk/gdk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -127,6 +127,7 @@ void gdk_window_unref (GdkWindow *window); void gdk_window_show (GdkWindow *window); void gdk_window_hide (GdkWindow *window); +void gdk_window_withdraw (GdkWindow *window); void gdk_window_move (GdkWindow *window, gint x, gint y); |