Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.DUIObject

Class DUIObject

dui.ObjectG.ObjectG
        dui.DUIObject.DUIObject

Implemented interfaces:


public class

DUIObject



The wrapper for GtkObject

Constructor Summary
protected (GtkObject* gtkObject)
          
public (GtkType type, char firstPropertyName)
          Creates a new DUIObject given a type and the first property name

Methods Summary
public void* gtk()
          
GtkObject* gtkO()
          Get the GtkObject
protected void gtkO(GtkObject* gtkObject)
          Creates a DUIObject from a GtkObject
char toString()
          
void dump()
          
void sink()
          probably does something i bet ya
void destroy()
          Probably destroys the GtkObject




protected ctor(DUIObject)(GtkObject* gtkObject)

gtk

public void* gtk()

gtkO

GtkObject* gtkO()
Get the GtkObject

Returns:
the GTK GtkObject

gtkO

protected void gtkO(GtkObject* gtkObject)
Creates a DUIObject from a GtkObject

Parameters:
gtkObject - the GtkObject



public ctor(DUIObject)(GtkType type, char firstPropertyName)
Creates a new DUIObject given a type and the first property name

toString

char toString()

dump

void dump()

sink

void sink()
probably does something i bet ya

destroy

void destroy()
Probably destroys the GtkObject