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.
recentChooserGetShowIcons :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Boolgi-gtk3 GI.Gtk.Interfaces.RecentChooser Retrieves whether chooser should show an icon near the resource. Since: 2.10
recentChooserGetShowNotFound :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Boolgi-gtk3 GI.Gtk.Interfaces.RecentChooser Retrieves whether chooser should show the recently used resources that were not found. Since: 2.10
recentChooserGetShowPrivate :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Boolgi-gtk3 GI.Gtk.Interfaces.RecentChooser Returns whether chooser should display recently used resources registered as private. Since: 2.10
recentChooserGetShowTips :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Boolgi-gtk3 GI.Gtk.Interfaces.RecentChooser Gets whether chooser should display tooltips containing the full path of a recently user resource. Since: 2.10
recentChooserSetShowIcons :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Sets whether chooser should show an icon near the resource when displaying it. Since: 2.10
recentChooserSetShowNotFound :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Sets whether chooser should display the recently used resources that it didn’t find. This only applies to local resources. Since: 2.10
recentChooserSetShowPrivate :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Whether to show recently used resources marked registered as private. Since: 2.10
recentChooserSetShowTips :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Sets whether to show a tooltips containing the full path of each recently used resource in a RecentChooser widget. Since: 2.10
setRecentChooserShowIcons :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Set the value of the “show-icons” property. When overloading is enabled, this is equivalent to
set recentChooser [ #showIcons := value ]
setRecentChooserShowNotFound :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Set the value of the “show-not-found” property. When overloading is enabled, this is equivalent to
set recentChooser [ #showNotFound := value ]