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. printSettingsGetNumberUp :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_NUMBER_UP.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_NUMBER_UP_LAYOUT.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_NUMBER_UP.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_NUMBER_UP_LAYOUT.

  5. constructSpinButtonNumeric :: (IsSpinButton o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.SpinButton

    Construct a GValueConstruct with valid value for the “numeric” property. This is rarely needed directly, but it is used by new.

  6. getSpinButtonNumeric :: (MonadIO m, IsSpinButton o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.SpinButton

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

    get spinButton #numeric
    

  7. setSpinButtonNumeric :: (MonadIO m, IsSpinButton o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.SpinButton

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

    set spinButton [ #numeric := value ]
    

  8. spinButtonGetNumeric :: (HasCallStack, MonadIO m, IsSpinButton a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.SpinButton

    Returns whether non-numeric text can be typed into the spin button.

  9. spinButtonSetNumeric :: (HasCallStack, MonadIO m, IsSpinButton a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.SpinButton

    Sets the flag that determines if non-numeric text can be typed into the spin button.

  10. asNumber :: GVal (m :: Type -> Type) -> Maybe Scientific

    ginger Text.Ginger.GVal

    Convert value to a number, if possible

Page 398 of many | Previous | Next