Rectangle

Constructors

this
this(EvRectangle* evRectangle, bool ownedRef)

Sets our main struct and passes it to the parent class.

this
this()

Destructor

~this
~this()
Undocumented in source.

Members

Functions

copy
Rectangle copy()
free
void free()
getRectangleStruct
EvRectangle* getRectangleStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Properties

x1
double x1 [@property getter]
double x1 [@property setter]
x2
double x2 [@property getter]
double x2 [@property setter]
y1
double y1 [@property getter]
double y1 [@property setter]
y2
double y2 [@property getter]
double y2 [@property setter]

Static functions

getType
GType getType()

Variables

evRectangle
EvRectangle* evRectangle;

the main Gtk struct

ownedRef
bool ownedRef;
Undocumented in source.

Meta