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.
setTreeViewColumnWidget :: (MonadIO m, IsTreeViewColumn o, IsWidget a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.TreeViewColumn Set the value of the “widget” property. When overloading is enabled, this is equivalent to
set treeViewColumn [ #widget := value ]
setUIManagerAddTearoffs :: (MonadIO m, IsUIManager o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.UIManager Set the value of the “add-tearoffs” property. When overloading is enabled, this is equivalent to
set uIManager [ #addTearoffs := value ]
setViewportShadowType :: (MonadIO m, IsViewport o) => o -> ShadowType -> m ()gi-gtk3 GI.Gtk.Objects.Viewport Set the value of the “shadow-type” property. When overloading is enabled, this is equivalent to
set viewport [ #shadowType := value ]
setVolumeButtonUseSymbolic :: (MonadIO m, IsVolumeButton o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.VolumeButton Set the value of the “use-symbolic” property. When overloading is enabled, this is equivalent to
set volumeButton [ #useSymbolic := value ]
setWidgetAppPaintable :: (MonadIO m, IsWidget o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “app-paintable” property. When overloading is enabled, this is equivalent to
set widget [ #appPaintable := value ]
setWidgetCanDefault :: (MonadIO m, IsWidget o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “can-default” property. When overloading is enabled, this is equivalent to
set widget [ #canDefault := value ]
setWidgetCanFocus :: (MonadIO m, IsWidget o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “can-focus” property. When overloading is enabled, this is equivalent to
set widget [ #canFocus := value ]
setWidgetDoubleBuffered :: (MonadIO m, IsWidget o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “double-buffered” property. When overloading is enabled, this is equivalent to
set widget [ #doubleBuffered := value ]
setWidgetEvents :: (MonadIO m, IsWidget o) => o -> [EventMask] -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “events” property. When overloading is enabled, this is equivalent to
set widget [ #events := value ]
setWidgetExpand :: (MonadIO m, IsWidget o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Widget Set the value of the “expand” property. When overloading is enabled, this is equivalent to
set widget [ #expand := value ]