Method
Gtk AccelLabelget_accel
since: 3.12
Declaration [src]
void
gtk_accel_label_get_accel(
GtkAccelLabel*accel_label,
guint*accelerator_key,
GdkModifierType*accelerator_mods
)
Description [src]
Gets the keyval and modifier mask set with gtk_accel_label_set_accel().
Available since: 3.12
Parameters
accelerator_key-
Type:
guint*Return location for the keyval.
The argument will be set by the function. accelerator_mods-
Type:
Return location for the modifier mask.
The argument will be set by the function.The caller of the method takes ownership of the returned data, and is responsible for freeing it.