ActionMapIfaceProxy

Proxy object for Gio.ActionMap interface when a GObject has no applicable D binding

class ActionMapIfaceProxy : IfaceProxy , ActionMap {}

Mixed In Members

From mixin ActionMapT!()

addAction
void addAction(gio.action.Action action)

Adds an action to the action_map.

lookupAction
gio.action.Action lookupAction(string actionName)

Looks up the action with the name action_name in action_map.

removeAction
void removeAction(string actionName)

Removes the named action from the action map.

Inherited Members

From ActionMap

addAction
void addAction(gio.action.Action action)

Adds an action to the action_map.

lookupAction
gio.action.Action lookupAction(string actionName)

Looks up the action with the name action_name in action_map.

removeAction
void removeAction(string actionName)

Removes the named action from the action map.