class PtNumericIntegerCallback { numeric_value; // integer }
This class holds information from the Pt_CB_NUMERIC_CHANGED callback, which is generated when a PtNumericInteger widget changes its value.
The Pt_CB_NUMERIC_CHANGED callback is used by both PtNumericFloatCallback and PtNumericIntegerCallback, but the type of numeric_value is double or integer, depending on where the callback was used. |
Also see Pt_CB_NUMERIC_CHANGED in the PtNumericInteger section of the Photon documentation.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.