wxMax - Available Dialogs
BlitzMax Forums/Brucey's Modules/wxMax - Available Dialogs
| ||
Thought it might be nice to list some of the available dialogs that come with wxMax. Things that can make your life easier : (T) - denotes Type (F) - denotes Function + + + + + + + + + + + + + + wxAboutBox (F) Import : wx.wxAboutBox Info : A customizable about box, which has options for authors, artists, website link etc. + + + + + + + + + + + + + + wxDirDialog (T) / wxDirSelector (F) Import : wx.wxDirDialog Info : A directory selector dialog. + + + + + + + + + + + + + + wxFileDialog (T) / wxFileSelector (F) Import : wx.wxFileDialog Info : A file chooser dialog. + + + + + + + + + + + + + + wxColourDialog (T) / wxGetColourFromUser (F) Import : wx.wxColourDialog Info : A colour chooser dialog. + + + + + + + + + + + + + + wxFontDialog (T) / wxGetFontFromUser (F) Import : wx.wxFontDialog Info : A font chooser dialog. + + + + + + + + + + + + + + wxSingleChoiceDialog (T) / wxGetSingleChoice (F) / wxGetSingleChoiceIndex (F) Import : wx.wxChoiceDialog Info : A dialog that shows a list of strings, and allows the user to select one. + + + + + + + + + + + + + + wxMultiChoiceDialog (T) Import : wx.wxChoideDialog Info : A dialog that shows a list of strings, and allows the user to select one or more. + + + + + + + + + + + + + + wxNumberEntryDialog (T) / wxGetNumberFromUser (F) Import : wx.wxNumberEntryDialog Info : A dialog with spin control. + + + + + + + + + + + + + + wxPasswordEntryDialog (T) / wxGetPasswordFromUser (F) Import : wx.wxPasswordEntryDialog Info : A dialog that requests a one-line password string from the user. + + + + + + + + + + + + + + wxTextEntryDialog (T) / wxGetTextFromUser (F) Import : wx.wxTextEntryDialog Info : A dialog that requests a one-line text string from the user. + + + + + + + + + + + + + + wxMessageDialog (T) / wxMessageBox (F) Import : wx.wxMessageDialog Info : A dialog that shows a single or multi-line message, with a choice of OK, Yes, No and Cancel buttons. + + + + + + + + + + + + + + |
| ||
cool |
| ||
thanks |