wxStdDialogButtonSizer

See external documentation: wxStdDialogButtonSizer.

See external documentation: wxStdDialogButtonSizer.

This class is derived (and can use functions) from:
wxBoxSizer
wxSizer

Types


wxStdDialogButtonSizer() = wx:wx_object()

Functions


new() -> wxStdDialogButtonSizer()

See external documentation.

addButton(This, Button) -> ok

  • This = wxStdDialogButtonSizer()
  • Button = wxButton() (see module wxButton)

See external documentation.

realize(This) -> ok

  • This = wxStdDialogButtonSizer()

See external documentation.

setAffirmativeButton(This, Button) -> ok

  • This = wxStdDialogButtonSizer()
  • Button = wxButton() (see module wxButton)

See external documentation.

setCancelButton(This, Button) -> ok

  • This = wxStdDialogButtonSizer()
  • Button = wxButton() (see module wxButton)

See external documentation.

setNegativeButton(This, Button) -> ok

  • This = wxStdDialogButtonSizer()
  • Button = wxButton() (see module wxButton)

See external documentation.

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

Destroys this object, do not use object again