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.
setWidgetFocusOnClick :: (MonadIO m, IsWidget o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “focus-on-click” property. When overloading is enabled, this is equivalent to
set widget [ #focusOnClick := value ]
setWidgetHalign :: (MonadIO m, IsWidget o) => o -> Align -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “halign” property. When overloading is enabled, this is equivalent to
set widget [ #halign := value ]
setWidgetHasDefault :: (MonadIO m, IsWidget o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “has-default” property. When overloading is enabled, this is equivalent to
set widget [ #hasDefault := value ]
setWidgetHasFocus :: (MonadIO m, IsWidget o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “has-focus” property. When overloading is enabled, this is equivalent to
set widget [ #hasFocus := value ]
setWidgetHasTooltip :: (MonadIO m, IsWidget o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “has-tooltip” property. When overloading is enabled, this is equivalent to
set widget [ #hasTooltip := value ]
setWidgetHeightRequest :: (MonadIO m, IsWidget o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “height-request” property. When overloading is enabled, this is equivalent to
set widget [ #heightRequest := value ]
setWidgetHexpand :: (MonadIO m, IsWidget o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “hexpand” property. When overloading is enabled, this is equivalent to
set widget [ #hexpand := value ]
setWidgetHexpandSet :: (MonadIO m, IsWidget o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “hexpand-set” property. When overloading is enabled, this is equivalent to
set widget [ #hexpandSet := value ]
setWidgetIsFocus :: (MonadIO m, IsWidget o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “is-focus” property. When overloading is enabled, this is equivalent to
set widget [ #isFocus := value ]
setWidgetMargin :: (MonadIO m, IsWidget o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “margin” property. When overloading is enabled, this is equivalent to
set widget [ #margin := value ]