Add documentation note for GtkOffscreenWindow emission of damage-event.

This commit is contained in:
Cody Russell 2009-12-19 16:09:54 +01:00 committed by Cody Russell
parent 2158f59263
commit 09b25f9739

View File

@ -43,6 +43,9 @@
* detail. Applications should not use any API specific to #GtkWindow
* to operate on this object. It should be treated as a #GtkBin that
* has no parent widget.
*
* When contained offscreen widgets are redrawn, #GtkOffscreenWindow
* will emit a "damage-event" signal.
*/
G_DEFINE_TYPE (GtkOffscreenWindow, gtk_offscreen_window, GTK_TYPE_WINDOW);