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

    gtk3 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

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

    gtk3 Graphics.UI.Gtk.Recent.RecentChooser

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

    • Available since Gtk+ version 2.10

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

    gtk3 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

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

    gtk3 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

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

    gtk3 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

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

    gtk3 Graphics.UI.Gtk.Selectors.FileChooser

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

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

    gtk3 Graphics.UI.Gtk.Selectors.FileChooser

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

  8. fontButtonGetShowSize :: FontButtonClass self => self -> IO Bool

    gtk3 Graphics.UI.Gtk.Selectors.FontButton

    Returns whether the font size will be shown in the label.

  9. fontButtonGetShowStyle :: FontButtonClass self => self -> IO Bool

    gtk3 Graphics.UI.Gtk.Selectors.FontButton

    Returns whether the name of the font style will be shown in the label.

  10. fontButtonSetShowSize :: FontButtonClass self => self -> Bool -> IO ()

    gtk3 Graphics.UI.Gtk.Selectors.FontButton

    If showSize is True, the font size will be displayed along with the name of the selected font.

Page 383 of many | Previous | Next