#include <PalmOS.h>
#include <sections.h>
Go to the source code of this file.
Functions | |
| Boolean | hOptions (EventPtr event) MAP_SECTION |
| Handler for the main options dialog. | |
| Boolean | hButtonConfig (EventPtr event) MAP_SECTION |
| handler for the button configuration form | |
The only things exposed are the form handling routines. Everything else is internal to the forms.
Definition in file options.h.
|
|
handler for the button configuration form
Definition at line 150 of file options.c. References clearButtonConfig(), formID_pocketCity, saveButtonConfig(), and setupButtonConfig(). |
|
|
Handler for the main options dialog. This is the event loop for the form, making all the appropriate calls to set-up and save the options providing the OK button is hit. Definition at line 29 of file options.c. References formID_pocketCity, saveOptions(), and setupOptions(). |
1.2.18