FileChooserDialog (Vala) Tiffany Antopolski tiffany.antopolski@gmail.com 2012 A dialog suitable for "Open" and "Save" commands. FileChooserDialog
Overview of the example

This example demonstrates how the FileChooserDialog can be used. It is incorporated into a very simple text editor application. All the actions, including the "open", "save" and "save-as" commands can be found in the app-menu. Here, the app-menu is created using an XML UI file, which is then imported into the application using Gtk.Builder.

XML UI file which creates the app-menu
Vala Code
Relevant API documentation

In this sample we used the following:

FileChooser

FileChooserDialog

Gtk.Builder

GLib.ActionEntry