#include <BuildDefines.h>
#include <PalmOS.h>
#include "ResourceDefines.h"
#include "Utils.h"
#include "AboutForm.h"
#include "common.h"
Include dependency graph for AboutForm.c:
Go to the source code of this file.
Defines | |
#define | DO_NOT_ALLOW_ACCESS_TO_INTERNALS_OF_STRUCTS |
Functions | |
Boolean | AboutFormHandleEvent (EventPtr eventP) |
Route Form event handler. | |
Variables | |
PrefsType | gPrefs |
Preferences data structure. |
|
Definition at line 32 of file AboutForm.c. |
|
Route Form event handler.
Definition at line 55 of file AboutForm.c. References AboutField, AboutOKButton, AboutScrollBar, AboutString, PrefsType::form, GetObjectFromActiveForm(), gPrefs, PageScroll(), ScrollLines(), SetFieldText(), and UpdateScrollbar(). |
|
Preferences data structure.
Definition at line 279 of file GPS.c. Referenced by AboutFormHandleEvent(), ApproachFormHandleEvent(), CheckApproach(), dobitmap(), doGIF(), HandleMessage(), MainFormHandleEvent(), MapFormHandleEvent(), MapOptsFormHandleEvent(), MiscOptsFormHandleEvent(), NavigationFormHandleEvent(), NotifyApproach(), PortFormHandleEvent(), RouteFormHandleEvent(), search_map(), SkyviewFormHandleEvent(), TrackFormHandleEvent(), TrackIntervalCheck(), TrackWriteLog(), UpdateActWpt(), WaypointFormHandleEvent(), and WayptEditFormHandleEvent(). |