Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. CursorTypeUmbrella :: CursorType

    gi-gdk3 GI.Gdk.Enums

    No documentation available.

  2. CursorTypeUrAngle :: CursorType

    gi-gdk3 GI.Gdk.Enums

    No documentation available.

  3. CursorTypeWatch :: CursorType

    gi-gdk3 GI.Gdk.Enums

    No documentation available.

  4. CursorTypeXCursor :: CursorType

    gi-gdk3 GI.Gdk.Enums

    No documentation available.

  5. CursorTypeXterm :: CursorType

    gi-gdk3 GI.Gdk.Enums

    No documentation available.

  6. constructCursorCursorType :: (IsCursor o, MonadIO m) => CursorType -> m (GValueConstruct o)

    gi-gdk3 GI.Gdk.Objects.Cursor

    Construct a GValueConstruct with valid value for the “cursor-type” property. This is rarely needed directly, but it is used by new.

  7. cursorGetCursorType :: (HasCallStack, MonadIO m, IsCursor a) => a -> m CursorType

    gi-gdk3 GI.Gdk.Objects.Cursor

    Returns the cursor type for this cursor. Since: 2.22

  8. getCursorCursorType :: (MonadIO m, IsCursor o) => o -> m CursorType

    gi-gdk3 GI.Gdk.Objects.Cursor

    Get the value of the “cursor-type” property. When overloading is enabled, this is equivalent to

    get cursor #cursorType
    

  9. constructCursorTexture :: (IsCursor o, MonadIO m, IsTexture a) => a -> m (GValueConstruct o)

    gi-gdk4 GI.Gdk.Objects.Cursor

    Construct a GValueConstruct with valid value for the “texture” property. This is rarely needed directly, but it is used by new.

  10. getCursorTexture :: (MonadIO m, IsCursor o) => o -> m (Maybe Texture)

    gi-gdk4 GI.Gdk.Objects.Cursor

    Get the value of the “texture” property. When overloading is enabled, this is equivalent to

    get cursor #texture
    

Page 124 of many | Previous | Next