Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.DrawingArea

Class DrawingArea

dui.ObjectG.ObjectG
        dui.DUIObject.DUIObject
                dui.Widget.Widget
                        dui.DrawingArea.DrawingArea

Implemented interfaces:


public class

DrawingArea



A empty widget used to draw poins, lines, shapes and pictures.

Constructor Summary
protected (GtkWidget *gtkWidget)
          
()
          Creates a new Drawing Area
(int width, int height)
          

Methods Summary
alias EventHandlerAfter!(Widget , EventConfigure )
          
public void addOnConfigure(bit delegate(Widget, EventConfigure) dlg)
          OnConfigure
static GType getType()
          Gets this class type




protected ctor(DrawingArea)(GtkWidget *gtkWidget)

EventHandlerAfter!

alias EventHandlerAfter!(Widget , EventConfigure )

addOnConfigure

public void addOnConfigure(bit delegate(Widget, EventConfigure) dlg)
OnConfigure

Parameters:
dlg - the method to be added to the event calls

getType

static GType getType()
Gets this class type



ctor(DrawingArea)()
Creates a new Drawing Area



ctor(DrawingArea)(int width, int height)