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. setWidgetTooltipMarkup :: (MonadIO m, IsWidget o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

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

    set widget [ #tooltipMarkup := value ]
    

  2. setWidgetTooltipText :: (MonadIO m, IsWidget o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

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

    set widget [ #tooltipText := value ]
    

  3. setWidgetValign :: (MonadIO m, IsWidget o) => o -> Align -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

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

    set widget [ #valign := value ]
    

  4. setWidgetVexpand :: (MonadIO m, IsWidget o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

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

    set widget [ #vexpand := value ]
    

  5. setWidgetVexpandSet :: (MonadIO m, IsWidget o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

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

    set widget [ #vexpandSet := value ]
    

  6. setWidgetVisible :: (MonadIO m, IsWidget o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

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

    set widget [ #visible := value ]
    

  7. setWidgetWidthRequest :: (MonadIO m, IsWidget o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Widget

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

    set widget [ #widthRequest := value ]
    

  8. setWidgetPaintableWidget :: (MonadIO m, IsWidgetPaintable o, IsWidget a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.WidgetPaintable

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

    set widgetPaintable [ #widget := value ]
    

  9. setWindowApplication :: (MonadIO m, IsWindow o, IsApplication a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Window

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

    set window [ #application := value ]
    

  10. setWindowChild :: (MonadIO m, IsWindow o, IsWidget a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Window

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

    set window [ #child := value ]
    

Page 705 of many | Previous | Next