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.
setStatusIconTooltipText :: (MonadIO m, IsStatusIcon o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.StatusIcon Set the value of the “tooltip-text” property. When overloading is enabled, this is equivalent to
set statusIcon [ #tooltipText := value ]
setStatusIconVisible :: (MonadIO m, IsStatusIcon o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.StatusIcon Set the value of the “visible” property. When overloading is enabled, this is equivalent to
set statusIcon [ #visible := value ]
setStyleContextDirection :: (MonadIO m, IsStyleContext o) => o -> TextDirection -> m ()gi-gtk3 GI.Gtk.Objects.StyleContext Set the value of the “direction” property. When overloading is enabled, this is equivalent to
set styleContext [ #direction := value ]
setStyleContextPaintClock :: (MonadIO m, IsStyleContext o, IsFrameClock a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.StyleContext Set the value of the “paint-clock” property. When overloading is enabled, this is equivalent to
set styleContext [ #paintClock := value ]
setStyleContextParent :: (MonadIO m, IsStyleContext o, IsStyleContext a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.StyleContext Set the value of the “parent” property. When overloading is enabled, this is equivalent to
set styleContext [ #parent := value ]
setStyleContextScreen :: (MonadIO m, IsStyleContext o, IsScreen a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.StyleContext Set the value of the “screen” property. When overloading is enabled, this is equivalent to
set styleContext [ #screen := value ]
setSwitchActive :: (MonadIO m, IsSwitch o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Switch Set the value of the “active” property. When overloading is enabled, this is equivalent to
set switch [ #active := value ]
setSwitchState :: (MonadIO m, IsSwitch o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Switch Set the value of the “state” property. When overloading is enabled, this is equivalent to
set switch [ #state := value ]
setTableColumnSpacing :: (MonadIO m, IsTable o) => o -> Word32 -> m ()gi-gtk3 GI.Gtk.Objects.Table Set the value of the “column-spacing” property. When overloading is enabled, this is equivalent to
set table [ #columnSpacing := value ]
setTableHomogeneous :: (MonadIO m, IsTable o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Table Set the value of the “homogeneous” property. When overloading is enabled, this is equivalent to
set table [ #homogeneous := value ]