Tutorial - Handbook - Interface

GEObject - Interface

Dialog Boxes


GEObject's Interface use some dialog boxes to have an input from the user.

There're three main dialog boxes: confirming dialog box, input dialog box, save dialog box, which are the most frequently used.
Some others dialog boxes are used during the work time.

All these dialog boxes has an input field, a CONFIRM botton and a CANCEL botton.
To write in the input field of a dialog box, point the mouse inside this field and enter the words required.
The input field isn't case sensitive.
To confirm the action, click on the CONFIRM botton; to erase the action, click on the CANCEL botton.


This dialog box allows to confirm a choice. Write y (yes) or n (no) to give your choice to the program.
Giving the n option, it's equal to exit from the dialog box with the CANCEL botton.
It's displayed from the option New of the Menu Bar.


This dialog box allows to give to the program the name of the file to be opened.
Write the file name in the input field.
It's displayed from the option Open of the Menu Bar.


This dialog box allows to save a file.
Write the file name in the input field.
It's displayed from the option Save of the Menu Bar.


This dialog box allows to change colors setting; use the X11's palette.
The complete list of X11's colors is in the file X11/rgb.txt, and it's possible to see them using the program xcolors, which you can find in your file system.