Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. CalendarDisplayOptionsShowWeekNumbers :: CalendarDisplayOptions

    gi-gtk3 GI.Gtk.Flags

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

  2. StyleContextPrintFlagsShowStyle :: StyleContextPrintFlags

    gi-gtk3 GI.Gtk.Flags

    Show the values of the CSS properties for each node

  3. constructFileChooserShowHidden :: (IsFileChooser o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

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

  4. fileChooserGetShowHidden :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m Bool

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

    Gets whether hidden files and folders are displayed in the file selector. See fileChooserSetShowHidden. Since: 2.6

  5. fileChooserSetShowHidden :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

    Sets whether hidden files and folders are displayed in the file selector. Since: 2.6

  6. getFileChooserShowHidden :: (MonadIO m, IsFileChooser o) => o -> m Bool

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

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

    get fileChooser #showHidden
    

  7. setFileChooserShowHidden :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

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

    set fileChooser [ #showHidden := value ]
    

  8. constructFontChooserShowPreviewEntry :: (IsFontChooser o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Interfaces.FontChooser

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

  9. fontChooserGetShowPreviewEntry :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m Bool

    gi-gtk3 GI.Gtk.Interfaces.FontChooser

    Returns whether the preview entry is shown or not. Since: 3.2

  10. fontChooserSetShowPreviewEntry :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FontChooser

    Shows or hides the editable preview entry. Since: 3.2

Page 305 of many | Previous | Next