Handbook
Glossary
gtk_accel_label_set_accel ( accel_label accelerator_key accelerator_mods -- )
Vocabulary
gtk3
.
ffi
Inputs
accel_label
an
object
accelerator_key
an
object
accelerator_mods
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gdk3.ffi
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_accel_label_set_accel
( GtkAccelLabel* accel_label,
guint
accelerator_key,
GdkModifierType
accelerator_mods )