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.
setWindowTransientFor :: (MonadIO m, IsWindow o, IsWindow a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.Window Set the value of the “transient-for” property. When overloading is enabled, this is equivalent to
set window [ #transientFor := value ]
setWindowControlsDecorationLayout :: (MonadIO m, IsWindowControls o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.WindowControls Set the value of the “decoration-layout” property. When overloading is enabled, this is equivalent to
set windowControls [ #decorationLayout := value ]
setWindowControlsSide :: (MonadIO m, IsWindowControls o) => o -> PackType -> m ()gi-gtk4 GI.Gtk.Objects.WindowControls Set the value of the “side” property. When overloading is enabled, this is equivalent to
set windowControls [ #side := value ]
setWindowHandleChild :: (MonadIO m, IsWindowHandle o, IsWidget a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.WindowHandle Set the value of the “child” property. When overloading is enabled, this is equivalent to
set windowHandle [ #child := value ]
setAccessibleTextRangeLength :: MonadIO m => AccessibleTextRange -> CSize -> m ()gi-gtk4 GI.Gtk.Structs.AccessibleTextRange Set the value of the “length” field. When overloading is enabled, this is equivalent to
set accessibleTextRange [ #length := value ]
setAccessibleTextRangeStart :: MonadIO m => AccessibleTextRange -> CSize -> m ()gi-gtk4 GI.Gtk.Structs.AccessibleTextRange Set the value of the “start” field. When overloading is enabled, this is equivalent to
set accessibleTextRange [ #start := value ]
setBorderBottom :: MonadIO m => Border -> Int16 -> m ()gi-gtk4 GI.Gtk.Structs.Border Set the value of the “bottom” field. When overloading is enabled, this is equivalent to
set border [ #bottom := value ]
setBorderLeft :: MonadIO m => Border -> Int16 -> m ()gi-gtk4 GI.Gtk.Structs.Border Set the value of the “left” field. When overloading is enabled, this is equivalent to
set border [ #left := value ]
setBorderRight :: MonadIO m => Border -> Int16 -> m ()gi-gtk4 GI.Gtk.Structs.Border Set the value of the “right” field. When overloading is enabled, this is equivalent to
set border [ #right := value ]
setBorderTop :: MonadIO m => Border -> Int16 -> m ()gi-gtk4 GI.Gtk.Structs.Border Set the value of the “top” field. When overloading is enabled, this is equivalent to
set border [ #top := value ]