gtk.pad_action_entry
Module for [PadActionEntry] class
class PadActionEntry
Types 1
classPadActionEntry
Struct defining a pad action entry.
Fields
GtkPadActionEntry _cInstanceMethods
void * _cPtr() nothrowgtk.types.PadActionType type() @property nothrowGet `type` field. Returns: the type of pad feature that will trigger this action entry.void type(gtk.types.PadActionType propval) @property nothrowSet `type` field. Params: propval = the type of pad feature that will trigger this action entry.int index() @property nothrowGet `index` field. Returns: the 0-indexed button/ring/strip number that will trigger this action entry.void index(int propval) @property nothrowSet `index` field. Params: propval = the 0-indexed button/ring/strip number that will trigger this action entry.int mode() @property nothrowGet `mode` field. Returns: the mode that will trigger this action entry, or -1 for all modes.void mode(int propval) @property nothrowSet `mode` field. Params: propval = the mode that will trigger this action entry, or -1 for all modes.string label() @property nothrowGet `label` field. Returns: Human readable description of this action entry, this string should be deemed user-visible.void label(string propval) @property nothrowSet `label` field. Params: propval = Human readable description of this action entry, this string should be deemed user-visible.string actionName() @property nothrowGet `actionName` field. Returns: action name that will be activated in the #GActionGroup.void actionName(string propval) @property nothrowSet `actionName` field. Params: propval = action name that will be activated in the #GActionGroup.