wxDialog

See external documentation: wxDialog.

See external documentation: wxDialog.

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

Types


wxDialog() = wx:wx_object()

Functions


new() -> wxDialog()

See external documentation.

new(Parent, Id, Title) -> wxDialog()

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Title = chardata() (see module unicode)

new(Parent, Id, Title, Option::[Option]) -> wxDialog()

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Title = chardata() (see module unicode)
  • Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

create(This, Parent, Id, Title) -> boolean()

  • This = wxDialog()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Title = chardata() (see module unicode)

create(This, Parent, Id, Title, Option::[Option]) -> boolean()

  • This = wxDialog()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Title = chardata() (see module unicode)
  • Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

createButtonSizer(This, Flags) -> wxSizer() (see module wxSizer)

  • This = wxDialog()
  • Flags = integer()

See external documentation.

createStdDialogButtonSizer(This, Flags) -> wxStdDialogButtonSizer() (see module wxStdDialogButtonSizer)

  • This = wxDialog()
  • Flags = integer()

See external documentation.

endModal(This, RetCode) -> ok

  • This = wxDialog()
  • RetCode = integer()

See external documentation.

getAffirmativeId(This) -> integer()

  • This = wxDialog()

See external documentation.

getReturnCode(This) -> integer()

  • This = wxDialog()

See external documentation.

isModal(This) -> boolean()

  • This = wxDialog()

See external documentation.

setAffirmativeId(This, AffirmativeId) -> ok

  • This = wxDialog()
  • AffirmativeId = integer()

See external documentation.

setReturnCode(This, ReturnCode) -> ok

  • This = wxDialog()
  • ReturnCode = integer()

See external documentation.

show(This) -> boolean()

  • This = wxDialog()

Equivalent to show(This, []).

show(This, Option::[Option]) -> boolean()

  • This = wxDialog()
  • Option = {show, boolean()}

See external documentation.

showModal(This) -> integer()

  • This = wxDialog()

See external documentation.

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

Destroys this object, do not use object again