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. setNumerableIconBackgroundIcon :: (MonadIO m, IsNumerableIcon o, IsIcon a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

    Set the value of the “background-icon” property. When overloading is enabled, this is equivalent to

    set numerableIcon [ #backgroundIcon := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

    Set the value of the “background-icon-name” property. When overloading is enabled, this is equivalent to

    set numerableIcon [ #backgroundIconName := value ]
    

  3. setNumerableIconCount :: (MonadIO m, IsNumerableIcon o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

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

    set numerableIcon [ #count := value ]
    

  4. setNumerableIconLabel :: (MonadIO m, IsNumerableIcon o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

    Set the value of the “label” property. When overloading is enabled, this is equivalent to

    set numerableIcon [ #label := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

    Set the value of the “style-context” property. When overloading is enabled, this is equivalent to

    set numerableIcon [ #styleContext := value ]
    

  6. toNumerableIcon :: (MonadIO m, IsNumerableIcon o) => o -> m NumerableIcon

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

    Cast to NumerableIcon, for types for which this is known to be safe. For general casts, use castTo.

  7. printSettingsGetNumberUp :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Int32

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_NUMBER_UP. Since: 2.10

  8. printSettingsGetNumberUpLayout :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m NumberUpLayout

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_NUMBER_UP_LAYOUT. Since: 2.14

  9. printSettingsSetNumberUp :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_NUMBER_UP. Since: 2.10

  10. printSettingsSetNumberUpLayout :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> NumberUpLayout -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_NUMBER_UP_LAYOUT. Since: 2.14

Page 391 of many | Previous | Next