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. setWidgetLayoutManager :: (MonadIO m, IsWidget o, IsLayoutManager a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

    Set the value of the “layout-manager” property. When overloading is enabled, this is equivalent to

    set widget [ #layoutManager := value ]
    

  2. setWidgetMarginBottom :: (MonadIO m, IsWidget o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

    Set the value of the “margin-bottom” property. When overloading is enabled, this is equivalent to

    set widget [ #marginBottom := value ]
    

  3. setWidgetMarginEnd :: (MonadIO m, IsWidget o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

    Set the value of the “margin-end” property. When overloading is enabled, this is equivalent to

    set widget [ #marginEnd := value ]
    

  4. setWidgetMarginStart :: (MonadIO m, IsWidget o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

    Set the value of the “margin-start” property. When overloading is enabled, this is equivalent to

    set widget [ #marginStart := value ]
    

  5. setWidgetMarginTop :: (MonadIO m, IsWidget o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

    Set the value of the “margin-top” property. When overloading is enabled, this is equivalent to

    set widget [ #marginTop := value ]
    

  6. setWidgetName :: (MonadIO m, IsWidget o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

    Set the value of the “name” property. When overloading is enabled, this is equivalent to

    set widget [ #name := value ]
    

  7. setWidgetOpacity :: (MonadIO m, IsWidget o) => o -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

    Set the value of the “opacity” property. When overloading is enabled, this is equivalent to

    set widget [ #opacity := value ]
    

  8. setWidgetOverflow :: (MonadIO m, IsWidget o) => o -> Overflow -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

    Set the value of the “overflow” property. When overloading is enabled, this is equivalent to

    set widget [ #overflow := value ]
    

  9. setWidgetReceivesDefault :: (MonadIO m, IsWidget o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

    Set the value of the “receives-default” property. When overloading is enabled, this is equivalent to

    set widget [ #receivesDefault := value ]
    

  10. setWidgetSensitive :: (MonadIO m, IsWidget o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

    Set the value of the “sensitive” property. When overloading is enabled, this is equivalent to

    set widget [ #sensitive := value ]
    

Page 704 of many | Previous | Next