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. constructSpinButtonNumeric :: (IsSpinButton o, MonadIO m) => Bool -> m (GValueConstruct o)

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

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

    gi-gtk3 GI.Gtk.Objects.SpinButton

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

    get spinButton #numeric
    

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

    gi-gtk3 GI.Gtk.Objects.SpinButton

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

    set spinButton [ #numeric := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.SpinButton

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

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

    gi-gtk3 GI.Gtk.Objects.SpinButton

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

  6. rcPropertyParseEnum :: (HasCallStack, MonadIO m) => GParamSpec -> String -> GValue -> m Bool

    gi-gtk3 GI.Gtk.Structs.RcProperty

    A RcPropertyParser for use with settingsInstallPropertyParser or gtk_widget_class_install_style_property_parser() which parses a single enumeration value. The enumeration value can be specified by its name, its nickname or its numeric value. For consistency with flags parsing, the value may be surrounded by parentheses.

  7. pattern PRINT_SETTINGS_NUMBER_UP :: Text

    gi-gtk4 GI.Gtk.Constants

    No description available in the introspection data.

  8. pattern PRINT_SETTINGS_NUMBER_UP_LAYOUT :: Text

    gi-gtk4 GI.Gtk.Constants

    No description available in the introspection data.

  9. module GI.Gtk.Enums

    No documentation available.

  10. AnotherNumberUpLayout :: Int -> NumberUpLayout

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

Page 393 of many | Previous | Next