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.
recentChooserShowNotFound :: RecentChooserClass self => Attr self Boolgtk3 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 Boolgtk3 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 Boolgtk3 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 Boolgtk3 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 Boolgtk3 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 ()gtk3 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 Boolgtk3 Graphics.UI.Gtk.Selectors.FileChooser 'showHidden' property. See fileChooserGetShowHidden and fileChooserSetShowHidden Since Gtk 2.6.
fontButtonGetShowSize :: FontButtonClass self => self -> IO Boolgtk3 Graphics.UI.Gtk.Selectors.FontButton Returns whether the font size will be shown in the label.
fontButtonGetShowStyle :: FontButtonClass self => self -> IO Boolgtk3 Graphics.UI.Gtk.Selectors.FontButton Returns whether the name of the font style will be shown in the label.
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.