Class GTK2.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.
GTK2.DrawingArea()->set_size_request(100,100)
- Inherit Widget
inherit GTK2.Widget : Widget
- Method create
GTK2.DrawingArea GTK2.DrawingArea(
mapping
|void
props
)- Description
Create a new drawing area.