class PtNumericFloatCallback { numeric_value; // double }
This class holds information from the Pt_CB_NUMERIC_CHANGED callback, which is generated when a PtNumericFloat 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 PtNumericFloat section of the Photon documentation.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.