Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::PSI::OnSizeCommon Macro
C++
#define OnSizeCommon(name) \
    __DefineRegistryMethodP(PSI_PRELOAD_PRIORITY,PSI_ROOT_REGISTRY,unused_name,WIDE("control"),name WIDE("/rtti"),WIDE("resize"),void,(PSI_CONTROL,LOGICAL), __LINE__)

User event that is triggered when the size of a control changes.

Registers under 

/psi/control/<name>/rtti/resize = (PSI_CONTROL)@void@_@resize

The logical parameter passed is TRUE when sizing starts, and FALSE when sizing is done.

static void OnSizeCommon( "control name" )( PSI_CONTROL control, LOGICAL begin_move )
{
   
}
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.
What do you think about this topic? Send feedback!