Counter
- this
this(DzlCounter* dzlCounter, bool ownedRef = false)
Sets our main struct and passes it to the parent class.
A destructor is present on this object, but not explicitly documented in the source.
- category
string category()
void category(string value)
- description
void description(string value)
- description
string description()
- get
long get()
- getCounterStruct
DzlCounter* getCounterStruct(bool transferOwnership = false)
- 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)
- dzlCounter
DzlCounter* dzlCounter;