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.
MemoryFormatX8r8g8b8 :: MemoryFormatgi-gdk4 GI.Gdk.Enums 4 bytes; for unused, red, green, blue. Since: 4.14
TextureErrorUnsupportedFormat :: TextureErrorgi-gdk4 GI.Gdk.Enums The image format is not supported
FrameClockPhaseBeforePaint :: FrameClockPhasegi-gdk4 GI.Gdk.Flags corresponds to GdkFrameClockbeforePaint. Should not be handled by applications.
-
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.
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.