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. EditablePropertiesNumProperties :: EditableProperties

    gi-gtk4 GI.Gtk.Enums

    the number of properties

  2. InputPurposeNumber :: InputPurpose

    gi-gtk4 GI.Gtk.Enums

    Edited field expects numbers

  3. PrintCapabilitiesNumberUp :: PrintCapabilities

    gi-gtk4 GI.Gtk.Flags

    Print dialog will offer printing multiple pages per sheet

  4. PrintCapabilitiesNumberUpLayout :: PrintCapabilities

    gi-gtk4 GI.Gtk.Flags

    Print dialog will allow to rearrange pages when printing multiple pages per sheet

  5. enumeratePrinters :: (HasCallStack, MonadIO m) => PrinterFunc -> Bool -> m ()

    gi-gtk4 GI.Gtk.Functions

    Calls a function for all GtkPrinters. If func returns True, the enumeration is stopped.

  6. calendarGetShowWeekNumbers :: (HasCallStack, MonadIO m, IsCalendar a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Calendar

    Returns whether self is showing week numbers right now. This is the value of the Calendar:showWeekNumbers property.

  7. calendarSetShowWeekNumbers :: (HasCallStack, MonadIO m, IsCalendar a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Calendar

    Sets whether week numbers are shown in the calendar.

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

    gi-gtk4 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-gtk4 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-gtk4 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 394 of many | Previous | Next