A Dialog is an interactive set of windows allowing the user to perform some task. See GUI: Dialog Windows
| Data | Description | Links |
|---|---|---|
| AllDialogsWindow | Parent of all Dialogs |
| Function | Description | Links |
|---|---|---|
| alldialogs_new() | Create the AllDialogs Window | |
| alldialogs_window_observer() | Notification that a Window has changed | observer_t, observer_api |
| dialog_find() | Find the parent Dialog of a Window | |
| dialog_pop() | Hide a Window from the user | |
| dialog_push() | Display a Window to the user |