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.
printSettingsGetNumberUp :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Int32gi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_NUMBER_UP.
-
gi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_NUMBER_UP_LAYOUT.
printSettingsSetNumberUp :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_NUMBER_UP.
-
gi-gtk4 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_NUMBER_UP_LAYOUT.
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.
getSpinButtonNumeric :: (MonadIO m, IsSpinButton o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.SpinButton Get the value of the “numeric” property. When overloading is enabled, this is equivalent to
get spinButton #numeric
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 ]
spinButtonGetNumeric :: (HasCallStack, MonadIO m, IsSpinButton a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.SpinButton Returns whether non-numeric text can be typed into the spin button.
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.
asNumber :: GVal (m :: Type -> Type) -> Maybe Scientificginger Text.Ginger.GVal Convert value to a number, if possible