Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. MemoryFormatX8r8g8b8 :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    4 bytes; for unused, red, green, blue. Since: 4.14

  2. TextureErrorUnsupportedFormat :: TextureError

    gi-gdk4 GI.Gdk.Enums

    The image format is not supported

  3. FrameClockPhaseBeforePaint :: FrameClockPhase

    gi-gdk4 GI.Gdk.Flags

    corresponds to GdkFrameClockbeforePaint. Should not be handled by applications.

  4. constructToplevelTransientFor :: (IsToplevel o, MonadIO m, IsSurface a) => a -> m (GValueConstruct o)

    gi-gdk4 GI.Gdk.Interfaces.Toplevel

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

  5. getToplevelTransientFor :: (MonadIO m, IsToplevel o) => o -> m (Maybe Surface)

    gi-gdk4 GI.Gdk.Interfaces.Toplevel

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

    get toplevel #transientFor
    

  6. setToplevelTransientFor :: (MonadIO m, IsToplevel o, IsSurface a) => o -> a -> m ()

    gi-gdk4 GI.Gdk.Interfaces.Toplevel

    Set the value of the “transient-for” property. When overloading is enabled, this is equivalent to

    set toplevel [ #transientFor := value ]
    

  7. toplevelSetTransientFor :: (HasCallStack, MonadIO m, IsToplevel a, IsSurface b) => a -> b -> m ()

    gi-gdk4 GI.Gdk.Interfaces.Toplevel

    Sets a transient-for parent. Indicates to the window manager that surface is a transient dialog associated with the application surface parent. This allows the window manager to do things like center surface on parent and keep surface above parent. See gtk_window_set_transient_for() if you’re using GtkWindow.

  8. clipboardGetFormats :: (HasCallStack, MonadIO m, IsClipboard a) => a -> m ContentFormats

    gi-gdk4 GI.Gdk.Objects.Clipboard

    Gets the formats that the clipboard can provide its current contents in.

  9. getClipboardFormats :: (MonadIO m, IsClipboard o) => o -> m ContentFormats

    gi-gdk4 GI.Gdk.Objects.Clipboard

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

    get clipboard #formats
    

  10. contentProviderNewForBytes :: (HasCallStack, MonadIO m) => Text -> Bytes -> m ContentProvider

    gi-gdk4 GI.Gdk.Objects.ContentProvider

    Create a content provider that provides the given bytes as data for the given mimeType.

Page 721 of many | Previous | Next