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. placesSidebarGetShowOtherLocations :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Returns the value previously set with placesSidebarSetShowOtherLocations Since: 3.18

  2. placesSidebarGetShowRecent :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Returns the value previously set with placesSidebarSetShowRecent Since: 3.18

  3. placesSidebarGetShowStarredLocation :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Returns the value previously set with placesSidebarSetShowStarredLocation Since: 3.22.26

  4. placesSidebarGetShowTrash :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Returns the value previously set with placesSidebarSetShowTrash Since: 3.18

  5. placesSidebarSetShowConnectToServer :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Deprecated: (Since version 3.18)It is recommended to group this functionality with the drivesand network location under the new 'Other Location' item

  6. placesSidebarSetShowDesktop :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Sets whether the sidebar should show an item for the Desktop folder. The default value for this option is determined by the desktop environment and the user’s configuration, but this function can be used to override it on a per-application basis. Since: 3.10

  7. placesSidebarSetShowEnterLocation :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Sets whether the sidebar should show an item for entering a location; this is off by default. An application may want to turn this on if manually entering URLs is an expected user action. If you enable this, you should connect to the PlacesSidebar::showEnterLocation signal. Since: 3.14

  8. placesSidebarSetShowOtherLocations :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Sets whether the sidebar should show an item for the application to show an Other Locations view; this is off by default. When set to True, persistent devices such as hard drives are hidden, otherwise they are shown in the sidebar. An application may want to turn this on if it implements a way for the user to see and interact with drives and network servers directly. If you enable this, you should connect to the PlacesSidebar::showOtherLocations signal. Since: 3.18

  9. placesSidebarSetShowRecent :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Sets whether the sidebar should show an item for recent files. The default value for this option is determined by the desktop environment, but this function can be used to override it on a per-application basis. Since: 3.18

  10. placesSidebarSetShowStarredLocation :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    If you enable this, you should connect to the PlacesSidebar::showStarredLocation signal. Since: 3.22.26

Page 323 of many | Previous | Next