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