#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 ) { }
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|