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.
getRecentChooserShowIcons :: (MonadIO m, IsRecentChooser o) => o -> m Boolgi-gtk3 GI.Gtk.Interfaces.RecentChooser Get the value of the “show-icons” property. When overloading is enabled, this is equivalent to
get recentChooser #showIcons
getRecentChooserShowNotFound :: (MonadIO m, IsRecentChooser o) => o -> m Boolgi-gtk3 GI.Gtk.Interfaces.RecentChooser Get the value of the “show-not-found” property. When overloading is enabled, this is equivalent to
get recentChooser #showNotFound
getRecentChooserShowPrivate :: (MonadIO m, IsRecentChooser o) => o -> m Boolgi-gtk3 GI.Gtk.Interfaces.RecentChooser Get the value of the “show-private” property. When overloading is enabled, this is equivalent to
get recentChooser #showPrivate
getRecentChooserShowTips :: (MonadIO m, IsRecentChooser o) => o -> m Boolgi-gtk3 GI.Gtk.Interfaces.RecentChooser Get the value of the “show-tips” property. When overloading is enabled, this is equivalent to
get recentChooser #showTips
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