New function which can be used to implement scrolling in non-window

2005-06-21  Matthias Clasen  <mclasen@redhat.com>

	* gdk/gdk.symbols:
	* gdk/gdkwindow.h:
	* gdk/x11/gdkgeometry-x11.c (gdk_window_move_region): New
	function which can be used to implement scrolling in
	non-window widgets.  (#135165, Søren Sandmann)
This commit is contained in:
Matthias Clasen
2005-06-21 04:09:52 +00:00
committed by Matthias Clasen
parent a4768daec1
commit 0f133f4f4b
8 changed files with 179 additions and 11 deletions

View File

@ -680,6 +680,7 @@ gdk_window_register_dnd
#if IN_HEADER(__GDK_WINDOW_H__)
#if IN_FILE(__GDK_GEOMETRY_X11_C__)
gdk_window_scroll
gdk_window_move_region
#endif
#endif