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. module GI.Graphene.Enums

    No documentation available.

  2. pattern PRINT_SETTINGS_NUMBER_UP :: Text

    gi-gtk3 GI.Gtk.Constants

    No description available in the introspection data.

  3. pattern PRINT_SETTINGS_NUMBER_UP_LAYOUT :: Text

    gi-gtk3 GI.Gtk.Constants

    No description available in the introspection data.

  4. module GI.Gtk.Enums

    No documentation available.

  5. AnotherNumberUpLayout :: Int -> NumberUpLayout

    gi-gtk3 GI.Gtk.Enums

    Catch-all for unknown values

  6. InputPurposeNumber :: InputPurpose

    gi-gtk3 GI.Gtk.Enums

    Edited field expects numbers

  7. CalendarDisplayOptionsShowWeekNumbers :: CalendarDisplayOptions

    gi-gtk3 GI.Gtk.Flags

    Displays each week numbers of the current year, down the left side of the calendar.

  8. constructCalendarShowWeekNumbers :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Calendar

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

  9. getCalendarShowWeekNumbers :: (MonadIO m, IsCalendar o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Calendar

    Get the value of the “show-week-numbers” property. When overloading is enabled, this is equivalent to

    get calendar #showWeekNumbers
    

  10. setCalendarShowWeekNumbers :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Calendar

    Set the value of the “show-week-numbers” property. When overloading is enabled, this is equivalent to

    set calendar [ #showWeekNumbers := value ]
    

Page 387 of many | Previous | Next