Package: gtk

Accessor gtk-places-sidebar-show-other-locations

Lambda List

gtk-places-sidebar-show-other-locations (object)

Syntax

(gtk-places-sidebar-show-other-locations) => show-other-locations
(setf (gtk-places-sidebar-show-other-locations object) show-other-locations)

Arguments

object -- a gtk-places-sidebar widget
show-other-locations -- a boollean whether to show an item for the Other Locations view

Details

Accessor of the show-other-locations slot of the gtk-places-sidebar class.

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 "show-other-locations" signal.

Since 3.18
 

See also

2020-6-6