Sack Library Documentation
ContentsIndexReferenceHome
sack::PSI Namespace Types
Types
Name 
Description 
Internal event callback definition. This is called when the control needs to draw itself. This happens when SmudgeCommon is called on the control or on a parent of the control. 
Internal event callback definition. A key has been pressed. 
Internal event callback definition. A mouse event is happening over the control. 
Internal event callback definition. A file has been dropped on the control. 
Internal event callback definition.
A control has been added to this control. 
Internal event callback definition. Triggered when edit on a frame is started. 
Internal event callback definition. The caption of a control is changing (Edit control uses this). 
Internal event callback definition. The focus of a control is changing. 
Internal event callback definition. Destruction of the control is in progress. Allow control to free internal resources. 
Internal event callback definition. Draw border, this usually pointing to an internal function, but may be used for a control to draw a custom border. 
Internal event callback definition. Ending control editing. 
Internal event callback definition. Called when the control's position (x,y) is changing. 
Internal event callback definition. Called when a control is being resized. Width or height changing. 
Internal defintion of the callback to invoke when a property sheet is requested to be applied when editing the control. 
This is type sack::PSI::CONTROL_REGISTRATION. 
Control Init Proc is called each time a control is created a control may be created either with a 'make' routine or by loading a dialog resource. 
Tells a control that the edit process is done with the property sheet requested.
Internal event callback definition. 
This is type sack::PSI::EDIT_STATE. 
Internal event callback definition. After creation, an initializer is available to call on controls to pass arguments to. This is more useful for loading from an XML file where the control may have specified extra data. 
Internal event callback definition. Request an additional page to add to the control property edit dialog. 
This is type sack::PSI::PCONTROL_REGISTRATION. 
This is type sack::PSI::PEDIT_STATE. 
This is type sack::PSI::PHYSICAL_DEVICE. 
This is type sack::PSI::PPHYSICAL_DEVICE. 
A handle to a PSI control or frame. The User's data is stored as the first member of this structure, so de-referencing the pointer twice gets the user data. All PSI functions work against PSI_CONTROL. Once upon a time this was just PSI_CONTROL, and so the methods for registering to handle events on the control still reference 'Common'. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.