Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. 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
    

  2. 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 ]
    

  3. 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.

  4. 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.

  5. 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
    

  6. 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.

  7. contentProviderNewForValue :: (HasCallStack, MonadIO m) => GValue -> m ContentProvider

    gi-gdk4 GI.Gdk.Objects.ContentProvider

    Create a content provider that provides the given value.

  8. contentProviderRefFormats :: (HasCallStack, MonadIO m, IsContentProvider a) => a -> m ContentFormats

    gi-gdk4 GI.Gdk.Objects.ContentProvider

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

  9. contentProviderRefStorableFormats :: (HasCallStack, MonadIO m, IsContentProvider a) => a -> m ContentFormats

    gi-gdk4 GI.Gdk.Objects.ContentProvider

    Gets the formats that the provider suggests other applications to store the data in. An example of such an application would be a clipboard manager. This can be assumed to be a subset of contentProviderRefFormats.

  10. getContentProviderFormats :: (MonadIO m, IsContentProvider o) => o -> m (Maybe ContentFormats)

    gi-gdk4 GI.Gdk.Objects.ContentProvider

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

    get contentProvider #formats
    

Page 724 of many | Previous | Next