| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gdk.Interfaces.DevicePad
Description
Documentation
Constructors
| DevicePad (ManagedPtr DevicePad) |
Instances
data DevicePadGetFeatureGroupMethodInfo #
Instances
| (signature ~ (DevicePadFeature -> Int32 -> m Int32), MonadIO m, IsDevicePad a) => OverloadedMethod DevicePadGetFeatureGroupMethodInfo a signature | |
Defined in GI.Gdk.Interfaces.DevicePad Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo DevicePadGetFeatureGroupMethodInfo (a :: Type) | |
Defined in GI.Gdk.Interfaces.DevicePad Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data DevicePadGetGroupNModesMethodInfo #
Instances
| (signature ~ (Int32 -> m Int32), MonadIO m, IsDevicePad a) => OverloadedMethod DevicePadGetGroupNModesMethodInfo a signature | |
Defined in GI.Gdk.Interfaces.DevicePad Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo DevicePadGetGroupNModesMethodInfo (a :: Type) | |
Defined in GI.Gdk.Interfaces.DevicePad Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data DevicePadGetNFeaturesMethodInfo #
Instances
| (signature ~ (DevicePadFeature -> m Int32), MonadIO m, IsDevicePad a) => OverloadedMethod DevicePadGetNFeaturesMethodInfo a signature | |
Defined in GI.Gdk.Interfaces.DevicePad Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo DevicePadGetNFeaturesMethodInfo (a :: Type) | |
Defined in GI.Gdk.Interfaces.DevicePad Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data DevicePadGetNGroupsMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsDevicePad a) => OverloadedMethod DevicePadGetNGroupsMethodInfo a signature | |
Defined in GI.Gdk.Interfaces.DevicePad Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo DevicePadGetNGroupsMethodInfo (a :: Type) | |
Defined in GI.Gdk.Interfaces.DevicePad Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
class (GObject o, IsDescendantOf DevicePad o) => IsDevicePad o #
Instances
| (GObject o, IsDescendantOf DevicePad o) => IsDevicePad o | |
Defined in GI.Gdk.Interfaces.DevicePad | |
type family ResolveDevicePadMethod (t :: Symbol) o where ... #
Equations
devicePadGetFeatureGroup :: (HasCallStack, MonadIO m, IsDevicePad a) => a -> DevicePadFeature -> Int32 -> m Int32 #
devicePadGetGroupNModes :: (HasCallStack, MonadIO m, IsDevicePad a) => a -> Int32 -> m Int32 #
devicePadGetNFeatures :: (HasCallStack, MonadIO m, IsDevicePad a) => a -> DevicePadFeature -> m Int32 #
devicePadGetNGroups :: (HasCallStack, MonadIO m, IsDevicePad a) => a -> m Int32 #
toDevicePad :: (MonadIO m, IsDevicePad o) => o -> m DevicePad #