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.
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
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 ]
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.
clipboardGetFormats :: (HasCallStack, MonadIO m, IsClipboard a) => a -> m ContentFormatsgi-gdk4 GI.Gdk.Objects.Clipboard Gets the formats that the clipboard can provide its current contents in.
getClipboardFormats :: (MonadIO m, IsClipboard o) => o -> m ContentFormatsgi-gdk4 GI.Gdk.Objects.Clipboard Get the value of the “formats” property. When overloading is enabled, this is equivalent to
get clipboard #formats
contentProviderNewForBytes :: (HasCallStack, MonadIO m) => Text -> Bytes -> m ContentProvidergi-gdk4 GI.Gdk.Objects.ContentProvider Create a content provider that provides the given bytes as data for the given mimeType.
contentProviderNewForValue :: (HasCallStack, MonadIO m) => GValue -> m ContentProvidergi-gdk4 GI.Gdk.Objects.ContentProvider Create a content provider that provides the given value.
contentProviderRefFormats :: (HasCallStack, MonadIO m, IsContentProvider a) => a -> m ContentFormatsgi-gdk4 GI.Gdk.Objects.ContentProvider Gets the formats that the provider can provide its current contents in.
-
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.
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