CellAreaClass

Constructors

this
this(GtkCellAreaClass* gtkCellAreaClass, bool ownedRef)

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

Members

Functions

findCellProperty
ParamSpec findCellProperty(string propertyName)

Finds a cell property of a cell area class by name.

getCellAreaClassStruct
GtkCellAreaClass* getCellAreaClassStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

installCellProperty
void installCellProperty(uint propertyId, ParamSpec pspec)

Installs a cell property on a cell area class.

listCellProperties
ParamSpec[] listCellProperties()

Returns all cell properties of a cell area class.

Variables

gtkCellAreaClass
GtkCellAreaClass* gtkCellAreaClass;

the main Gtk struct