AtkActionIface

The gtk.Action interface should be supported by any object that can perform one or more actions. The interface provides the standard mechanism for an assistive technology to determine what those actions are as well as tell the object to perform them. Any object that can be manipulated should support this interface.

Members

Variables

doAction
int function(AtkAction* action, int i) doAction;
getDescription
const(char)* function(AtkAction* action, int i) getDescription;
getKeybinding
const(char)* function(AtkAction* action, int i) getKeybinding;
getLocalizedName
const(char)* function(AtkAction* action, int i) getLocalizedName;
getNActions
int function(AtkAction* action) getNActions;
getName
const(char)* function(AtkAction* action, int i) getName;
setDescription
int function(AtkAction* action, int i, const(char)* desc) setDescription;