Constructor
GtkPlacesSidebarnew
since: 3.10
Declaration [src]
GtkWidget*
gtk_places_sidebar_new (
void
)
Description [src]
Creates a new GtkPlacesSidebar
widget.
The application should connect to at least the
GtkPlacesSidebar::open-location
signal to be notified
when the user makes a selection in the sidebar.
Available since: 3.10
Return value
Type: GtkWidget
A newly created GtkPlacesSidebar
.
The data is owned by the called function. |