Method
GtkWidgetget_modifier_mask
since: 3.4
Declaration [src]
GdkModifierType
gtk_widget_get_modifier_mask (
GtkWidget* widget,
GdkModifierIntent intent
)
Description [src]
Returns the modifier mask the widget
’s windowing system backend
uses for a particular purpose.
See gdk_keymap_get_modifier_mask().
Available since: 3.4
Parameters
intent
-
Type:
GdkModifierIntent
The use case for the modifier mask.
Return value
Type: GdkModifierType
The modifier mask used for intent
.