#include <PalmOS.h>
#include <StringMgr.h>
#include <Form.h>
#include <MemoryMgr.h>
#include <Field.h>
#include <repeathandler.h>
#include <palmutils.h>
#include <mem_compat.h>
Go to the source code of this file.
Functions | |
buttonmapping_t * | getSpinnerFieldIndex (buttonmapping_t *mapping, UInt16 buttonControl, Boolean isButton) |
get a spinner field index | |
buttonmapping_t * | processRepeater (buttonmapping_t *map, UInt16 control, Boolean isButton, bmPostHandler post_handle) |
process a repeat button being pressed |
Code to deal with the spinners and the fields that they relate to.
Definition in file repeathandler.c.
|
get a spinner field index
Definition at line 19 of file repeathandler.c. References buttonmapping_tag::down, buttonmapping_tag::field, UInt16, and buttonmapping_tag::up. Referenced by processRepeater(). |
|
process a repeat button being pressed
Definition at line 39 of file repeathandler.c. References bmPostHandler, buttonmapping_tag::down, buttonmapping_tag::field, GetObjectPtr(), getSpinnerFieldIndex(), Int32, buttonmapping_tag::max, buttonmapping_tag::min, and UInt16. Referenced by cnFieldContentChanged(), cnRepeatPressed(), dealFieldContentChange(), and dealRepeats(). |