GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
wxMessageDialog(3) Erlang Module Definition wxMessageDialog(3)

wxMessageDialog - Functions for wxMessageDialog class

This class represents a dialog that shows a single or multi-line message, with a choice of OK, Yes, No and Cancel buttons.

Styles

This class supports the following styles:

See: Overview cmndlg

See: wxRichMessageDialog (not implemented in wx)

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

wxWidgets docs: wxMessageDialog

wxMessageDialog() = wx:wx_object()

new(Parent, Message) -> wxMessageDialog()


Types:

Parent = wxWindow:wxWindow()
Message = unicode:chardata()

new(Parent, Message, Options :: [Option]) -> wxMessageDialog()


Types:

Parent = wxWindow:wxWindow()
Message = unicode:chardata()
Option = {caption, unicode:chardata()} | {style, integer()} | {pos, {X :: integer(), Y :: integer()}}

Constructor specifying the message box properties.

Use wxDialog:showModal/1 to show the dialog.

style may be a bit list of the identifiers described above.

Notice that not all styles are compatible: only one of wxOK and wxYES_NO may be specified (and one of them must be specified) and at most one default button style can be used and it is only valid if the corresponding button is shown in the message box.

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


Destroys the object.

wx 2.1.1 wxWidgets team.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.