Class GTK1.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.
GTK1.DrawingArea()->set_usize(100,100)
- Inherit Widget
inherit GTK1.Widget : Widget
- Method create
GTK1.DrawingArea GTK1.DrawingArea()