Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GtkPadActionEntry Struct Reference

#include <gtkpadcontroller.h>

Data Fields

GtkPadActionType type
 
int index
 
int mode
 
const char * label
 
const char * action_name
 

Detailed Description

GtkPadActionEntry: @type: the type of pad feature that will trigger this action entry. @index: the 0-indexed button/ring/strip number that will trigger this action entry. @mode: the mode that will trigger this action entry, or -1 for all modes. @label: Human readable description of this action entry, this string should be deemed user-visible. @action_name: action name that will be activated in the GActionGroup.

Struct defining a pad action entry.

Definition at line 68 of file gtkpadcontroller.h.

Field Documentation

◆ action_name

const char* _GtkPadActionEntry::action_name

Definition at line 73 of file gtkpadcontroller.h.

◆ index

int _GtkPadActionEntry::index

Definition at line 70 of file gtkpadcontroller.h.

◆ label

const char* _GtkPadActionEntry::label

Definition at line 72 of file gtkpadcontroller.h.

◆ mode

int _GtkPadActionEntry::mode

Definition at line 71 of file gtkpadcontroller.h.

◆ type

GtkPadActionType _GtkPadActionEntry::type

Definition at line 69 of file gtkpadcontroller.h.


The documentation for this struct was generated from the following file: