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.
setToggleButtonActive :: (MonadIO m, IsToggleButton o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ToggleButton Set the value of the “active” property. When overloading is enabled, this is equivalent to
set toggleButton [ #active := value ]
setToggleButtonDrawIndicator :: (MonadIO m, IsToggleButton o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ToggleButton Set the value of the “draw-indicator” property. When overloading is enabled, this is equivalent to
set toggleButton [ #drawIndicator := value ]
setToggleButtonInconsistent :: (MonadIO m, IsToggleButton o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ToggleButton Set the value of the “inconsistent” property. When overloading is enabled, this is equivalent to
set toggleButton [ #inconsistent := value ]
setToggleToolButtonActive :: (MonadIO m, IsToggleToolButton o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ToggleToolButton Set the value of the “active” property. When overloading is enabled, this is equivalent to
set toggleToolButton [ #active := value ]
setToolButtonIconName :: (MonadIO m, IsToolButton o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.ToolButton Set the value of the “icon-name” property. When overloading is enabled, this is equivalent to
set toolButton [ #iconName := value ]
setToolButtonIconWidget :: (MonadIO m, IsToolButton o, IsWidget a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.ToolButton Set the value of the “icon-widget” property. When overloading is enabled, this is equivalent to
set toolButton [ #iconWidget := value ]
setToolButtonLabel :: (MonadIO m, IsToolButton o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.ToolButton Set the value of the “label” property. When overloading is enabled, this is equivalent to
set toolButton [ #label := value ]
setToolButtonLabelWidget :: (MonadIO m, IsToolButton o, IsWidget a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.ToolButton Set the value of the “label-widget” property. When overloading is enabled, this is equivalent to
set toolButton [ #labelWidget := value ]
setToolButtonStockId :: (MonadIO m, IsToolButton o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.ToolButton Set the value of the “stock-id” property. When overloading is enabled, this is equivalent to
set toolButton [ #stockId := value ]
setToolButtonUseUnderline :: (MonadIO m, IsToolButton o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ToolButton Set the value of the “use-underline” property. When overloading is enabled, this is equivalent to
set toolButton [ #useUnderline := value ]