Handbook
Glossary
gtk_pad_controller_set_action ( pad_controller type index mode label action_name -- )
Vocabulary
gtk3
.
ffi
Inputs
pad_controller
an
object
type
an
object
index
an
object
mode
an
object
label
an
object
action_name
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_pad_controller_set_action
( GtkPadController* pad_controller,
GtkPadActionType
type,
gint
index,
gint
mode, gchar* label, gchar* action_name )