Global Functions
generated from ../src/mod_gui/misc/globfun.cppOn this page you can find all the functions that are defined on the global object.
Constants
Properties
| Name | Type | Description |
|---|---|---|
| wxTheFontList | wxFontList | The one and only font list object. |
Methods
wxAboutBox
wxAboutBox(Info)
| Name | Type | Default | Description |
|---|---|---|---|
| Info | wxAboutDialogInfo |
This function shows the standard about dialog containing the information specified in info. If the current platform has a native about dialog which is capable of showing all the fields in info, the native dialog is used, otherwise the function falls back to the generic wxWidgets version of the dialog, i.e. does the same thing as wxGenericAboutBox().
wxGenericAboutBox
wxGenericAboutBox(Info)
| Name | Type | Default | Description |
|---|---|---|---|
| Info | wxAboutDialogInfo |
wxInitAllImageHandlers
wxInitAllImageHandlers()
Initializes all available image handlers. When wxJS is started,
only wxBMPHandler is instantiated. When you only need one
image handler you can also use addHandler.
See wxImage, wxBMPHandler, wxGIFHandler, wxICOHandler,
wxJPEGHandler, wxPCXHandler, wxPNGHandler, wxPNMHandler,
wxTIFFHandler, wxXPMHandler
wxMessageBox
wxMessageBox(Text,
Caption = "",
Style = wxOk,
Parent = null,
x = -1,
y = -1)
| Name | Type | Default | Description |
|---|---|---|---|
| Text | String | ||
| Caption | String | ||
| Style | Integer | wxOk | |
| Parent | wxWindow | null | |
| x | Integer | -1 | |
| y | Integer | -1 |
Shows a modal message box with the given text.
© 2002 - 2007 Franky Braem.