|
OWLNext 6.32
|
Classes | |
| class | owl::TChooseColorDialog |
| Wrapper for the Choose-Color common dialog. More... | |
| class | owl::TChooseFontDialog |
| Encapsulates the Choose-Font common dialog. More... | |
| class | owl::TCommonDialog |
| class | owl::TCommDlg |
| delay loading COMDLG32.DLL/COMMDLG.DLL More... | |
| class | owl::TFindReplaceDialog |
| class | owl::TFindDialog |
| class | owl::TReplaceDialog |
| class | owl::TOpenSaveDialog |
| class | owl::TFileOpenDialog |
| class | owl::TFileSaveDialog |
TDialog lets you create specialized windows referred to as dialog boxes. Dialog boxes typically ask users for information about fonts, colors, files, printing options, or searching and replacing text. Depending on their purpose, dialog boxes can be either modal, those which prevent a user from selecting other windows, or modeless, those which permit a user to select other windows. You can create your own customized dialog boxes or use one of the ObjectWindows classes that encapsulates Windows' common dialog boxes. The following common dialog classes are derived from TCommonDialog which is itself derived from TDialog, the base dialog box class.
TChooseFontDialog objects represent modal dialog boxes that allow font selection, style, point, size, and color.TChooseColorDialog objects represent modal dialog boxes that allow color selection and custom color adjustment.TOpenSaveDialog is the base class for modal dialog boxes that let you open and save a file under a specified name.TPrintDialog displays a modal print or a printer setup dialog box.TFindReplaceDialog is the base class for modeless dialog boxes that let you search for and replace text.
1.7.4