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.

  1. constructNumerableIconBackgroundIcon :: (IsNumerableIcon o, MonadIO m, IsIcon a) => a -> m (GValueConstruct o)

    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.

  2. constructNumerableIconBackgroundIconName :: (IsNumerableIcon o, MonadIO m) => Text -> m (GValueConstruct o)

    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.

  3. 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.

  4. 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.

  5. constructNumerableIconStyleContext :: (IsNumerableIcon o, MonadIO m, IsStyleContext a) => a -> m (GValueConstruct o)

    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.

  6. 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
    

  7. 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
    

  8. getNumerableIconCount :: (MonadIO m, IsNumerableIcon o) => o -> m Int32

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

    Get the value of the “count” property. When overloading is enabled, this is equivalent to

    get numerableIcon #count
    

  9. 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
    

  10. 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
    

Page 390 of many | Previous | Next