GtkFileSelection Constructor

GtkFileSelection ([string title ]);

The syntax to create a GtkFileSelection widget is:

$fs = &new GtkFileSelection("My File Selection");
Note that if the title parameter is not supplied or is NULL the title will be set to the name of the file in which the PHP code resides.