wxDialog
Description
See external documentation: wxDialog.
This class is derived (and can use functions) from:
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
new(Parent, Id, Title) -> wxDialog()
Equivalent to new(Parent, Id, Title, []).
new(Parent, Id, Title, Options::[Option]) -> wxDialog()
Types
Parent = wxWindow:wxWindow()
Id = integer()
Title = unicode:chardata()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
Equivalent to create(This, Parent, Id, Title, []).
Types
This = wxDialog()
Parent = wxWindow:wxWindow()
Id = integer()
Title = unicode:chardata()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
createButtonSizer(This, Flags) -> wxSizer:wxSizer()
createStdDialogButtonSizer(This, Flags) -> wxStdDialogButtonSizer:wxStdDialogButtonSizer()
Types
This = wxDialog()
Types
This = wxDialog()
Types
This = wxDialog()
Types
This = wxDialog()
Equivalent to show(This, []).
Types
This = wxDialog()