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.

  1. 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

  2. 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

  3. 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

  4. 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

  5. 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

  6. 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

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Sets whether the sidebar should show an item for the Trash location. Since: 3.18

  8. setPlacesSidebarShowConnectToServer :: (MonadIO m, IsPlacesSidebar o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Set the value of the “show-connect-to-server” property. When overloading is enabled, this is equivalent to

    set placesSidebar [ #showConnectToServer := value ]
    

  9. setPlacesSidebarShowDesktop :: (MonadIO m, IsPlacesSidebar o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Set the value of the “show-desktop” property. When overloading is enabled, this is equivalent to

    set placesSidebar [ #showDesktop := value ]
    

  10. setPlacesSidebarShowEnterLocation :: (MonadIO m, IsPlacesSidebar o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Set the value of the “show-enter-location” property. When overloading is enabled, this is equivalent to

    set placesSidebar [ #showEnterLocation := value ]
    

Page 324 of many | Previous | Next