ActionableIfaceProxy

Proxy object for gtk.actionable.Actionable interface when a GObject has no applicable D binding

class ActionableIfaceProxy : IfaceProxy , Actionable {}

Mixed In Members

From mixin ActionableT!()

actionName
string actionName [@property getter]
actionName
string actionName [@property setter]
actionTarget
glib.variant.Variant actionTarget [@property getter]
actionTarget
glib.variant.Variant actionTarget [@property setter]
getActionName
string getActionName()

Gets the action name for actionable.

getActionTargetValue
glib.variant.Variant getActionTargetValue()

Gets the current target value of actionable.

setActionName
void setActionName(string actionName)

Specifies the name of the action with which this widget should be associated.

setActionTargetValue
void setActionTargetValue(glib.variant.Variant targetValue)

Sets the target value of an actionable widget.

setDetailedActionName
void setDetailedActionName(string detailedActionName)

Sets the action-name and associated string target value of an actionable widget.

Inherited Members

From Actionable

getGType
GType getGType()
actionName
string actionName [@property getter]
actionName
string actionName [@property setter]
actionTarget
glib.variant.Variant actionTarget [@property getter]
actionTarget
glib.variant.Variant actionTarget [@property setter]
getActionName
string getActionName()

Gets the action name for actionable.

getActionTargetValue
glib.variant.Variant getActionTargetValue()

Gets the current target value of actionable.

setActionName
void setActionName(string actionName)

Specifies the name of the action with which this widget should be associated.

setActionTargetValue
void setActionTargetValue(glib.variant.Variant targetValue)

Sets the target value of an actionable widget.

setDetailedActionName
void setDetailedActionName(string detailedActionName)

Sets the action-name and associated string target value of an actionable widget.