class PtDividerCallback { left; // widget array moved; // integer resized; // integer right; // widget array }
This class holds information from a Pt_CB_DIVIDER_DRAG callback, which is generated when a PtDivider is moved.
Also see Pt_CB_DIVIDER_DRAG in the PtDivider section of the Photon documentation.
The widget on the left side of the divider.
An integer specifying the number of pixels that the widgets on the right of the divider were moved.
An integer specifying the number of pixels that the widget on the left of the divider was resized.
The widget on the right side of the divider.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.