wxSystemOptions

See external documentation: wxSystemOptions.

See external documentation: wxSystemOptions.

Types


wxSystemOptions() = wx:wx_object()

Functions


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

  • Name = chardata() (see module unicode)

See external documentation.

getOptionInt(Name) -> integer()

  • Name = chardata() (see module unicode)

See external documentation.

hasOption(Name) -> boolean()

  • Name = chardata() (see module unicode)

See external documentation.

isFalse(Name) -> boolean()

  • Name = chardata() (see module unicode)

See external documentation.

setOption(Name, Value) -> ok

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

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