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.
recentChooserShowIcons :: RecentChooserClass self => Attr self Boolgtk Graphics.UI.Gtk.Recent.RecentChooser Whether this RecentChooser should display an icon near the item. Default value: True
- Available since Gtk+ version 2.10
recentChooserShowNotFound :: RecentChooserClass self => Attr self Boolgtk 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
recentChooserShowPrivate :: RecentChooserClass self => Attr self Boolgtk Graphics.UI.Gtk.Recent.RecentChooser Whether the private items should be displayed. Default value: False
- Available since Gtk+ version 2.10
recentChooserShowTips :: RecentChooserClass self => Attr self Boolgtk 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
recentChooserMenuShowNumbers :: RecentChooserMenuClass self => Attr self Boolgtk 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
fileChooserGetShowHidden :: FileChooserClass self => self -> IO Boolgtk 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
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
fileChooserShowHidden :: FileChooserClass self => Attr self Boolgtk Graphics.UI.Gtk.Selectors.FileChooser 'showHidden' property. See fileChooserGetShowHidden and fileChooserSetShowHidden Since Gtk 2.6.
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.
fileSelectionShowFileops :: FileSelectionClass self => Attr self Boolgtk Graphics.UI.Gtk.Selectors.FileSelection Whether buttons for creating/manipulating files should be displayed. Default value: False