FileChooserEntry

Constructors

this
this(DzlFileChooserEntry* dzlFileChooserEntry, bool ownedRef = false)

Sets our main struct and passes it to the parent class.

this
this(string title, GtkFileChooserAction action)

Members

Functions

getEntry
Entry getEntry()

Gets the entry used by the #GtkEntry.

getFile
FileIF getFile()

Returns the currently selected file or %NULL if there is no selection.

getFileChooserEntryStruct
DzlFileChooserEntry* getFileChooserEntryStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

setFile
void setFile(FileIF file)

Static functions

getType
GType getType()

Variables

dzlFileChooserEntry
DzlFileChooserEntry* dzlFileChooserEntry;

the main Gtk struct

Meta