Documentation changes.

This commit is contained in:
Cody Russell
2009-12-28 09:24:12 -06:00
committed by Cody Russell
parent 4681f0b467
commit dd8e4d588f

View File

@ -35,8 +35,8 @@
* is a toplevel widget you cannot obtain snapshots of a full window * is a toplevel widget you cannot obtain snapshots of a full window
* with it since you cannot pack a toplevel widget in another toplevel. * with it since you cannot pack a toplevel widget in another toplevel.
* *
* The idea is to take a widget and manually set the size and state of * The idea is to take a widget and manually set the state of it,
* it, add it to a #GtkOffscreenWindow and then retrieve the snapshot * add it to a #GtkOffscreenWindow and then retrieve the snapshot
* as a #GdkPixmap or #GdkPixbuf. * as a #GdkPixmap or #GdkPixbuf.
* *
* #GtkOffscreenWindow derives from #GtkWindow only as an implementation * #GtkOffscreenWindow derives from #GtkWindow only as an implementation