Common dialogs are ready-made dialog classes which are frequently used in an application.
Related Overviews: Common Dialogs
Classes | |
class | wxFileDialogCustomize |
Used with wxFileDialogCustomizeHook to add custom controls to wxFileDialog. More... | |
class | wxFileDialogCustomizeHook |
Base class for customization hooks used with wxFileDialog. More... | |
class | wxAboutDialogInfo |
wxAboutDialogInfo contains information shown in the standard @e About dialog displayed by the wxAboutBox() function.More... | |
class | wxBusyInfo |
This class makes it easy to tell your user that the program is temporarily busy.More... | |
class | wxMultiChoiceDialog |
This class represents a dialog that shows a list of strings, and allows the user to select one or more.More... | |
class | wxSingleChoiceDialog |
This class represents a dialog that shows a list of strings, and allows the user to select one.More... | |
class | wxPrintDialogData |
This class holds information related to the visual characteristics of wxPrintDialog.More... | |
class | wxColourDialog |
This class represents the colour chooser dialog.More... | |
class | wxColourData |
This class holds a variety of information related to colour dialogs.More... | |
class | wxCredentialEntryDialog |
This class represents a dialog that requests a user name and a password from the user.More... | |
class | wxDialog |
A dialog box is a window with a title bar and sometimes a system menu, which can be moved around the screen.More... | |
class | wxDirDialog |
This class represents the directory chooser dialog.More... | |
class | wxFindReplaceData |
wxFindReplaceData holds the data for wxFindReplaceDialog.More... | |
class | wxFindReplaceDialog |
wxFindReplaceDialog is a standard modeless dialog which is used to allow the user to search for some text (and possibly replace it with something else).More... | |
class | wxFileDialog |
This class represents the file chooser dialog.More... | |
class | wxFontData |
This class holds a variety of information related to font dialogs.More... | |
class | wxFontDialog |
This class represents the font chooser dialog.More... | |
class | wxGenericAboutDialog |
This class defines a customizable @e About dialog.More... | |
class | wxMessageDialog |
This class represents a dialog that shows a single or multi-line message, with a choice of OK, Yes, No and Cancel buttons.More... | |
class | wxNumberEntryDialog |
This class represents a dialog that requests a numeric input from the user.More... | |
class | wxGenericProgressDialog |
This class represents a dialog that shows a short message and a progress bar.More... | |
class | wxRearrangeDialog |
A dialog allowing the user to rearrange the specified items.More... | |
class | wxRichMessageDialog |
Extension of wxMessageDialog with additional functionality.More... | |
class | wxSymbolPickerDialog |
wxSymbolPickerDialog presents the user with a choice of fonts and a grid of available characters.More... | |
class | wxPasswordEntryDialog |
This class represents a dialog that requests a one-line password string from the user.More... | |
class | wxTextEntryDialog |
This class represents a dialog that requests a one-line text string from the user.More... | |
class | wxWizard |
wxWizard is the central class for implementing 'wizard-like' dialogs.More... | |