SettingsGidBuilderImpl.gtkTouchscreenMode

Set gtkTouchscreenMode property.

More...
class SettingsGidBuilderImpl(T)
T
gtkTouchscreenMode
(
bool propval
)

Parameters

propval bool

When true, there are no motion notify events delivered on this screen, and widgets can't use the pointer hovering them for any essential functionality.

Return Value

Type: T

Builder instance for fluent chaining

Detailed Description

Deprecated: Generally, the behavior for touchscreen input should be performed dynamically based on gdk.event.Event.getSourceDevice.