gdk.event_pad_group_mode
Module for [EventPadGroupMode] class
class EventPadGroupMode
Types 1
classEventPadGroupMode
Generated during [gdk.types.InputSource.TabletPad] mode switches in a group.
Fields
GdkEventPadGroupMode _cInstanceMethods
void * _cPtr()gdk.types.EventType type() @propertyGet `type` field. Returns: the type of the event ([gdk.types.EventType.PadGroupMode]).void type(gdk.types.EventType propval) @propertySet `type` field. Params: propval = the type of the event ([gdk.types.EventType.PadGroupMode]).gdk.window.Window window() @propertyGet `window` field. Returns: the window which received the event.void window(gdk.window.Window propval) @propertySet `window` field. Params: propval = the window which received the event.void sendEvent(byte propval) @propertySet `sendEvent` field. Params: propval = true if the event was sent explicitly.void time(uint propval) @propertySet `time` field. Params: propval = the time of the event in milliseconds.uint group() @propertyGet `group` field. Returns: the pad group that is switching mode. A [gdk.types.InputSource.TabletPad] device may have one or more groups containing a set of buttons/rings/strips each.void group(uint propval) @propertySet `group` field. Params: propval = the pad group that is switching mode. A [gdk.types.InputSource.TabletPad] device may have one or more groups containing a set of buttons/rings/strips each.uint mode() @propertyGet `mode` field. Returns: The new mode of @group. Different groups in a [gdk.types.InputSource.TabletPad] device may have different current modes.void mode(uint propval) @propertySet `mode` field. Params: propval = The new mode of @group. Different groups in a [gdk.types.InputSource.TabletPad] device may have different current modes.