wxStdDialogButtonSizer
MODULE
wxStdDialogButtonSizer
MODULE SUMMARY
See external documentation: wxStdDialogButtonSizer.
DESCRIPTION
See external documentation: wxStdDialogButtonSizer.
This class is derived (and can use functions) from:
wxBoxSizer
wxSizer
DATA TYPES
EXPORTS
new() -> wxStdDialogButtonSizer()
Types:
This = wxStdDialogButtonSizer()
Button = wxButton() (see module wxButton)
Types:
This = wxStdDialogButtonSizer()
setAffirmativeButton(This, Button) -> ok
Types:
This = wxStdDialogButtonSizer()
Button = wxButton() (see module wxButton)
setCancelButton(This, Button) -> ok
Types:
This = wxStdDialogButtonSizer()
Button = wxButton() (see module wxButton)
setNegativeButton(This, Button) -> ok
Types:
This = wxStdDialogButtonSizer()
Button = wxButton() (see module wxButton)