ActionableIfaceProxy

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

class ActionableIfaceProxy : IfaceProxy , Actionable {}

Mixed In Members

From mixin ActionableT!()

getActionName
string getActionName()

Gets the action name for actionable.

getActionTargetValue
glib.variant.VariantG 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.VariantG 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

getActionName
string getActionName()

Gets the action name for actionable.

getActionTargetValue
glib.variant.VariantG 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.VariantG 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.