Module: Gtk::PlacesOpenFlags

Defined in:
(unknown)

Constant Summary collapse

NORMAL =

This is the default mode that Gtk::PlacesSidebar uses if no other flags

are specified.  It indicates that the calling application should open the selected location
in the normal way, for example, in the folder view beside the sidebar.
1 or :normal
NEW_TAB =

When passed to gtk_places_sidebar_set_open_flags(), this indicates

that the application can open folders selected from the sidebar in new tabs.  This value
will be passed to the Gtk::PlacesSidebar::open-location signal when the user selects
that a location be opened in a new tab instead of in the standard fashion.
2 or :new_tab
NEW_WINDOW =

Similar to GTK_PLACES_OPEN_NEW_TAB, but indicates that the application

can open folders in new windows.
4 or :new_window