org.gnu.gtk
public class DrawingArea extends Widget
General practice is to use a {@link org.gnu.gtk.event.ExposeListener} and then implement its exposeEvent(ExposeEvent) method and do your drawing when ExposeEvent is fired.
The upstream API documentation also suggests that for some use cases it may be easier to create a [Gtk] {@link org.gnu.gtk.Image} and then call it's getPixbuf() method to get at the underlying [Gdk] {@link org.gnu.gdk.Pixbuf} which you can make changes to and then referesh from.
Constructor Summary | |
---|---|
DrawingArea() | |
DrawingArea(Handle handle)
Construct a DrawingArea using a handle to a native resource. |
Method Summary | |
---|---|
static DrawingArea | getDrawingArea(Handle handle)
Internal static factory method to be used by Java-Gnome only. |
static Type | getType()
Retrieve the runtime type used by the GLib library. |