SpinButtonAccessible

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

self
SpinButtonAccessible self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()
builder
SpinButtonAccessibleGidBuilder builder()

Get builder for gtk.spin_button_accessible.SpinButtonAccessible

Mixed In Members

From mixin ValueT!()

getCurrentValue
void getCurrentValue(gobject.value.Value value)

Gets the value of this object.

getIncrement
double getIncrement()

Gets the minimum increment by which the value of this object may be changed. If zero, the minimum increment is undefined, which may mean that it is limited only by the floating point precision of the platform.

getMaximumValue
void getMaximumValue(gobject.value.Value value)

Gets the maximum value of this object.

getMinimumIncrement
void getMinimumIncrement(gobject.value.Value value)

Gets the minimum increment by which the value of this object may be changed. If zero, the minimum increment is undefined, which may mean that it is limited only by the floating point precision of the platform.

getMinimumValue
void getMinimumValue(gobject.value.Value value)

Gets the minimum value of this object.

getRange
atk.range.Range getRange()

Gets the range of this object.

getSubRanges
atk.range.Range[] getSubRanges()

Gets the list of subranges defined for this object. See #AtkValue introduction for examples of subranges and when to expose them.

getValueAndText
void getValueAndText(double value, string text)

Gets the current value and the human readable text alternative of obj. text is a newly created string, that must be freed by the caller. Can be NULL if no descriptor is available.

setCurrentValue
bool setCurrentValue(gobject.value.Value value)

Sets the value of this object.

setValue
void setValue(double newValue)

Sets the value of this object.

connectValueChanged
gulong connectValueChanged(T callback, Flag!"After" after)

Connect to ValueChanged signal.

Inherited Members

From EntryAccessible

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
EntryAccessible self()

Returns this, for use in with statements.

builder
EntryAccessibleGidBuilder builder()

Get builder for gtk.entry_accessible.EntryAccessible

From Value

_getGType
GType _getGType()
getCurrentValue
void getCurrentValue(gobject.value.Value value)

Gets the value of this object.

getIncrement
double getIncrement()

Gets the minimum increment by which the value of this object may be changed. If zero, the minimum increment is undefined, which may mean that it is limited only by the floating point precision of the platform.

getMaximumValue
void getMaximumValue(gobject.value.Value value)

Gets the maximum value of this object.

getMinimumIncrement
void getMinimumIncrement(gobject.value.Value value)

Gets the minimum increment by which the value of this object may be changed. If zero, the minimum increment is undefined, which may mean that it is limited only by the floating point precision of the platform.

getMinimumValue
void getMinimumValue(gobject.value.Value value)

Gets the minimum value of this object.

getRange
atk.range.Range getRange()

Gets the range of this object.

getSubRanges
atk.range.Range[] getSubRanges()

Gets the list of subranges defined for this object. See #AtkValue introduction for examples of subranges and when to expose them.

getValueAndText
void getValueAndText(double value, string text)

Gets the current value and the human readable text alternative of obj. text is a newly created string, that must be freed by the caller. Can be NULL if no descriptor is available.

setCurrentValue
bool setCurrentValue(gobject.value.Value value)

Sets the value of this object.

setValue
void setValue(double newValue)

Sets the value of this object.

connectValueChanged
gulong connectValueChanged(T callback, Flag!"After" after)

Connect to ValueChanged signal.