XPCE Dialog windows are normally used to display a number of controllers, named dialog_items in XPCE's jargon. Class dialog is a subclass of window with specialised methods for positioning controllers. Dialog items are graphical objects specialised for displaying and/or editing particular data. Figure 7 illustrates the inheritance relations relevant to dialog windows and the locations of the most important methods.
Figure 7 : Dialog Inheritance Hierarchy |
Dialogs can be created both by using the new/2 and send/[2-12] operations as well as by using the Dialog Editor which is described in appendix A. This section describes the first mechanism. Reading this chapter will help you understanding the dialog editor.