class PtListInput
{
consumed; // integer
item; // string
index; // unsigned short
pos; // PhPoint
}
This class holds information from the Pt_CB_LIST_INPUT callback, which is generated for any mouse of key event on a PtList.
Also see Pt_CB_LIST_INPUT in the PtList section of the Photon documentation.
| Constant | Description |
|---|---|
| Pt_CONTINUE | The default, it causes an event to be handled normally. |
| Pt_END | Causes an event to be consumed. |
| Pt_HALT | Passes an event to the parent widget. |
| Any other value | causes the event to be consumed, and suppresses further processing. |
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.