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.
setAccelLabelAccelWidget :: (MonadIO m, IsAccelLabel o, IsWidget a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.AccelLabel Set the value of the “accel-widget” property. When overloading is enabled, this is equivalent to
set accelLabel [ #accelWidget := value ]
setAccessibleWidget :: (MonadIO m, IsAccessible o, IsWidget a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.Accessible Set the value of the “widget” property. When overloading is enabled, this is equivalent to
set accessible [ #widget := value ]
setActionActionGroup :: (MonadIO m, IsAction o, IsActionGroup a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.Action Set the value of the “action-group” property. When overloading is enabled, this is equivalent to
set action [ #actionGroup := value ]
setActionAlwaysShowImage :: (MonadIO m, IsAction o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Action Set the value of the “always-show-image” property. When overloading is enabled, this is equivalent to
set action [ #alwaysShowImage := value ]
setActionGicon :: (MonadIO m, IsAction o, IsIcon a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.Action Set the value of the “gicon” property. When overloading is enabled, this is equivalent to
set action [ #gicon := value ]
setActionHideIfEmpty :: (MonadIO m, IsAction o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Action Set the value of the “hide-if-empty” property. When overloading is enabled, this is equivalent to
set action [ #hideIfEmpty := value ]
setActionIconName :: (MonadIO m, IsAction o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.Action Set the value of the “icon-name” property. When overloading is enabled, this is equivalent to
set action [ #iconName := value ]
setActionIsImportant :: (MonadIO m, IsAction o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Action Set the value of the “is-important” property. When overloading is enabled, this is equivalent to
set action [ #isImportant := value ]
setActionLabel :: (MonadIO m, IsAction o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.Action Set the value of the “label” property. When overloading is enabled, this is equivalent to
set action [ #label := value ]
setActionSensitive :: (MonadIO m, IsAction o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Action Set the value of the “sensitive” property. When overloading is enabled, this is equivalent to
set action [ #sensitive := value ]