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

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

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

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

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

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

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

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

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

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

Page 708 of many | Previous | Next