Casio ClassPad 300 Programming Manual page 25

Sdk programming guide
Hide thumbs Also See for ClassPad 300:
Table of Contents

Advertisement

PM_POINTER_MOVE
PM_LBUTTONDOWN
PM_LBUTTONUP
PM_DRAW
PM_REDRAW
PM_CURRENT
PM_NONCURRENT
PM_POINTER_ENTER
PM_POINTER_EXIT
PM_EXIT
PM_VSCROLL
PM_HSCROLL
PM_TIMER
PM_KEY
PM_CUT
PM_COPY
PM_PASTE
PM_DIALOG_NOTIFY
drawing itself on the screen.
This message is sent to an object whenever the pen moves
over the object.
This message is sent to an object when the user generates a
pen down event. PegPresentationManager routes pen input
directly to the lowest child object containing the click
position. If the child object does not process pen input, the
message is passed up to the parent object. This process
continues until an object in the active tree processes the
message, or the message ends up back at
PegPresentationManager. The position of the pen is
included in the message Point field.
This message is sent to an object when the user releases the
pen. The flow of this message is identical to
PM_LBUTTONDOWN.
This message can be sent to an object to force that object to
redraw itself.
Like draw, but only updates the area that is marked as
invalid.
Sent to an object when it becomes a member of the branch
of the presentation tree that has input focus.
Sent when the object is no longer part of the focus tree.
Sent when the pen enters a PegThing's bounding box.
Sent when the pen exits a PegThing's bounding box.
This message is sent to PegPresentationManager to cause
termination of the application program.
Sent by a scrollbar to signal vertical scrolling.
Sent by a scrollbar to signal horizontal scrolling.
This message is sent to an object that has started a timer via
the PegMessageQueue TimerSet function when that timer
expires. The ID of the timer is included in the iData
member of the message.
This message is sent to the current input object when
keyboard input is received. The message iData member
contains the corresponding ASCII character code, if any,
and the lData member of the message contains the
keyboard scan code, if available.
User requested to cut data from the current object to the
CPClipboard.
User requested to copy data from the current object to the
CPClipboard.
User requested to paste data to the current object from the
CPClipboard.
This message is sent to the owner of a PegDialog when the
dialog window is closed if the dialog window is executed
non-modally. The message iData member will contain the
25

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents