Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gtk3 GI.Gtk.Objects.NumerableIcon Construct a GValueConstruct with valid value for the “background-icon” property. This is rarely needed directly, but it is used by new.
-
gi-gtk3 GI.Gtk.Objects.NumerableIcon Construct a GValueConstruct with valid value for the “background-icon-name” property. This is rarely needed directly, but it is used by new.
constructNumerableIconCount :: (IsNumerableIcon o, MonadIO m) => Int32 -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.NumerableIcon Construct a GValueConstruct with valid value for the “count” property. This is rarely needed directly, but it is used by new.
constructNumerableIconLabel :: (IsNumerableIcon o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.NumerableIcon Construct a GValueConstruct with valid value for the “label” property. This is rarely needed directly, but it is used by new.
-
gi-gtk3 GI.Gtk.Objects.NumerableIcon Construct a GValueConstruct with valid value for the “style-context” property. This is rarely needed directly, but it is used by new.
getNumerableIconBackgroundIcon :: (MonadIO m, IsNumerableIcon o) => o -> m (Maybe Icon)gi-gtk3 GI.Gtk.Objects.NumerableIcon Get the value of the “background-icon” property. When overloading is enabled, this is equivalent to
get numerableIcon #backgroundIcon
getNumerableIconBackgroundIconName :: (MonadIO m, IsNumerableIcon o) => o -> m (Maybe Text)gi-gtk3 GI.Gtk.Objects.NumerableIcon Get the value of the “background-icon-name” property. When overloading is enabled, this is equivalent to
get numerableIcon #backgroundIconName
getNumerableIconCount :: (MonadIO m, IsNumerableIcon o) => o -> m Int32gi-gtk3 GI.Gtk.Objects.NumerableIcon Get the value of the “count” property. When overloading is enabled, this is equivalent to
get numerableIcon #count
getNumerableIconLabel :: (MonadIO m, IsNumerableIcon o) => o -> m (Maybe Text)gi-gtk3 GI.Gtk.Objects.NumerableIcon Get the value of the “label” property. When overloading is enabled, this is equivalent to
get numerableIcon #label
getNumerableIconStyleContext :: (MonadIO m, IsNumerableIcon o) => o -> m (Maybe StyleContext)gi-gtk3 GI.Gtk.Objects.NumerableIcon Get the value of the “style-context” property. When overloading is enabled, this is equivalent to
get numerableIcon #styleContext