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. recentChooserShowIcons :: RecentChooserClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Recent.RecentChooser

    Whether this RecentChooser should display an icon near the item. Default value: True

    • Available since Gtk+ version 2.10

  2. recentChooserShowNotFound :: RecentChooserClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Recent.RecentChooser

    Whether this RecentChooser should display the recently used resources even if not present anymore. Setting this to False will perform a potentially expensive check on every local resource (every remote resource will always be displayed). Default value: True

    • Available since Gtk+ version 2.10

  3. recentChooserShowPrivate :: RecentChooserClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Recent.RecentChooser

    Whether the private items should be displayed. Default value: False

    • Available since Gtk+ version 2.10

  4. recentChooserShowTips :: RecentChooserClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Recent.RecentChooser

    Whether this RecentChooser should display a tooltip containing the full path of the recently used resources. Default value: False

    • Available since Gtk+ version 2.10

  5. recentChooserMenuShowNumbers :: RecentChooserMenuClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Recent.RecentChooserMenu

    Whether the first ten items in the menu should be prepended by a number acting as a unique mnemonic. Default value: False

    • Available since Gtk+ version 2.10

  6. fileChooserGetShowHidden :: FileChooserClass self => self -> IO Bool

    gtk Graphics.UI.Gtk.Selectors.FileChooser

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

    • Available since Gtk+ version 2.6

  7. fileChooserSetShowHidden :: FileChooserClass self => self -> Bool -> IO ()

    gtk Graphics.UI.Gtk.Selectors.FileChooser

    Sets whether hidden files and folders are displayed in the file selector. Available since Gtk+ version 2.6

  8. fileChooserShowHidden :: FileChooserClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Selectors.FileChooser

    'showHidden' property. See fileChooserGetShowHidden and fileChooserSetShowHidden Since Gtk 2.6.

  9. fileSelectionShowFileopButtons :: FileSelectionClass self => self -> IO ()

    gtk Graphics.UI.Gtk.Selectors.FileSelection

    Shows the file operation buttons, if they have previously been hidden. The rest of the widgets in the dialog will be resized accordingly.

  10. fileSelectionShowFileops :: FileSelectionClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Selectors.FileSelection

    Whether buttons for creating/manipulating files should be displayed. Default value: False

Page 337 of many | Previous | Next