Counter

Constructors

this
this(DzlCounter* dzlCounter, bool ownedRef = false)

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

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

category
string category()
void category(string value)
description
void description(string value)
description
string description()
get
long get()
getCounterStruct
DzlCounter* getCounterStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

name
string name()
void name(string value)
reset
void reset()
values
DzlCounterValue* values()
void values(DzlCounterValue* value)

Variables

dzlCounter
DzlCounter* dzlCounter;

the main Gtk struct

Meta