DirectoryList.this

Creates a new GtkDirectoryList.

The GtkDirectoryList is querying the given @file with the given @attributes.

  1. this(GtkDirectoryList* gtkDirectoryList, bool ownedRef)
  2. this(string attributes, FileIF file)
    class DirectoryList
    this

Parameters

attributes string

The attributes to query with

file FileIF

The file to query

Return Value

a new GtkDirectoryList

Throws

ConstructionException GTK+ fails to create the object.

Meta