wxErlang

Reference Manual

Version 1.8.3

Table of Contents

wxFileDialog

Module

wxFileDialog

Module Summary

See external documentation: wxFileDialog.

Description

See external documentation: wxFileDialog.

This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler

DATA TYPES

wxFileDialog()

An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.

Exports

new(Parent) -> wxFileDialog()

Types

Equivalent to new(Parent, []).

new(Parent, Options::[Option]) -> wxFileDialog()

Types

Option = {message, unicode:chardata()} | {defaultDir, unicode:chardata()} | {defaultFile, unicode:chardata()} | {wildCard, unicode:chardata()} | {style, integer()} | {pos, {X::integer(), Y::integer()}} | {sz, {W::integer(), H::integer()}}

getDirectory(This) -> unicode:charlist()

Types

getFilename(This) -> unicode:charlist()

Types

getFilenames(This) -> [unicode:charlist()]

Types

getFilterIndex(This) -> integer()

Types

getMessage(This) -> unicode:charlist()

Types

getPath(This) -> unicode:charlist()

Types

getPaths(This) -> [unicode:charlist()]

Types

getWildcard(This) -> unicode:charlist()

Types

setDirectory(This, Dir) -> ok

Types

setFilename(This, Name) -> ok

Types

setFilterIndex(This, FilterIndex) -> ok

Types

FilterIndex = integer()

setMessage(This, Message) -> ok

Types

Message = unicode:chardata()

setPath(This, Path) -> ok

Types

setWildcard(This, WildCard) -> ok

Types

WildCard = unicode:chardata()

destroy(This::wxFileDialog()) -> ok

Destroys this object, do not use object again