Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
constructDeviceNumTouches :: (IsDevice o, MonadIO m) => Word32 -> m (GValueConstruct o)gi-gdk4 GI.Gdk.Objects.Device Construct a GValueConstruct with valid value for the “num-touches” property. This is rarely needed directly, but it is used by new.
deviceGetNumLockState :: (HasCallStack, MonadIO m, IsDevice a) => a -> m Boolgi-gdk4 GI.Gdk.Objects.Device Retrieves whether the Num Lock modifier of the keyboard is locked. This is only relevant for keyboard devices.
deviceGetNumTouches :: (HasCallStack, MonadIO m, IsDevice a) => a -> m Word32gi-gdk4 GI.Gdk.Objects.Device Retrieves the number of touch points associated to device.
getDeviceNumLockState :: (MonadIO m, IsDevice o) => o -> m Boolgi-gdk4 GI.Gdk.Objects.Device Get the value of the “num-lock-state” property. When overloading is enabled, this is equivalent to
get device #numLockState
getDeviceNumTouches :: (MonadIO m, IsDevice o) => o -> m Word32gi-gdk4 GI.Gdk.Objects.Device Get the value of the “num-touches” property. When overloading is enabled, this is equivalent to
get device #numTouches
-
glib System.Glib.GTypeConstants No documentation available.
valueGetEnum :: Enum enum => GValue -> IO enumglib System.Glib.GValueTypes No documentation available.
valueSetEnum :: Enum enum => GValue -> enum -> IO ()glib System.Glib.GValueTypes No documentation available.
newAttrFromEnumProperty :: (GObjectClass gobj, Enum enum) => String -> GType -> Attr gobj enumglib System.Glib.Properties No documentation available.
objectGetPropertyEnum :: (GObjectClass gobj, Enum enum) => GType -> String -> gobj -> IO enumglib System.Glib.Properties No documentation available.