Erlang logo
User's Guide
Reference Manual
Release Notes
PDF
Top

wxErlang
Reference Manual
Version 1.0


Expand All
Contract All

Table of Contents

wxSystemOptions

MODULE

wxSystemOptions

MODULE SUMMARY

See external documentation: wxSystemOptions.

DESCRIPTION

See external documentation: wxSystemOptions.

DATA TYPES

wxSystemOptions()

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

getOption(Name) -> charlist() (see module unicode)

Types:

Name = chardata() (see module unicode)

getOptionInt(Name) -> integer()

Types:

Name = chardata() (see module unicode)

hasOption(Name) -> boolean()

Types:

Name = chardata() (see module unicode)

isFalse(Name) -> boolean()

Types:

Name = chardata() (see module unicode)

setOption(Name, Value) -> ok

Types:

Name = chardata() (see module unicode)
Value = integer()

See external documentation.
Also:
setOption(Name, Value) -> ok when
Name::unicode:chardata(), Value::unicode:chardata().