![]()  | 
						
							 xtd - Reference Guide
								 0.1.0
							 
							Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android. 
						 | 
					
Dalogs consist of the open file, save file, open folder, find and replace, print, page setup, font, color dialog boxes, about, busy, message dialog boxes, ...
Classes | |
| class | xtd::forms::about_box | 
| Represents a dialog box that displays about box.  More... | |
| class | xtd::forms::about_dialog | 
| Represents a dialog box that displays about dialog.  More... | |
| class | xtd::forms::busy_box | 
| Represents a dialog box that displays busy box.  More... | |
| class | xtd::forms::busy_dialog | 
| Represents a dialog box that displays busy dialog.  More... | |
| class | xtd::forms::color_box | 
| Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors.  More... | |
| class | xtd::forms::color_dialog | 
| Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors.  More... | |
| class | xtd::forms::debug_message_box | 
| Displays a dialog box and write debug.  More... | |
| class | xtd::forms::exception_box | 
| Represents a common dialog box that displays exception box.  More... | |
| class | xtd::forms::exception_dialog | 
| Represents a common dialog box that displays exception dialog.  More... | |
| class | xtd::forms::folder_browser_dialog | 
| Prompts the user to select a folder. This class cannot be inherited.  More... | |
| class | xtd::forms::font_dialog | 
| Prompts the user to choose a font from among those installed on the local computer.  More... | |
| class | xtd::forms::input_box | 
| Represents a common dialog box that displays input box.  More... | |
| class | xtd::forms::input_dialog | 
| Represents a common dialog box that displays input dialog.  More... | |
| class | xtd::forms::message_box | 
| Displays a message window, also known as a dialog box, which presents a message to the user. It is a modal window, blocking other actions in the application until the user closes it. A message_box can contain text, buttons, and symbols that inform and instruct the user.  More... | |
| class | xtd::forms::message_dialog | 
| Displays a message window, also known as a dialog box, which presents a message to the user. It is a modal window, blocking other actions in the application until the user closes it. A message_dialog can contain text, buttons, and symbols that inform and instruct the user.  More... | |
| class | xtd::forms::open_file_dialog | 
| Displays a standard dialog box that prompts the user to open a file. This class cannot be inherited.  More... | |
| class | xtd::forms::progress_dialog | 
| Represents a common dialog box that displays progress dialog.  More... | |
| class | xtd::forms::save_file_dialog | 
| Prompts the user to select a location for saving a file. This class cannot be inherited.  More... | |
| class | xtd::forms::trace_message_box | 
| Displays a dialog box and write trace.  More... | |