Extracted from Pike v7.6 release 93 at 2006-10-04.
pike.ida.liu.se
[Top]
GTK
GTK.DrawingArea

Class GTK.DrawingArea

Description

The drawing area is a window you can draw in. Please note that you must handle refresh and resize events on your own. Use W(pDrawingArea) for a drawingarea with automatic refresh/resize handling.  GTK.DrawingArea()->set_usize(100,100)


Inherit Widget

inherit GTK.Widget : Widget