#define OnEditFrameDone(name) \ DefineRegistryMethodP(PSI_PRELOAD_PRIORITY,PSI_ROOT_REGISTRY,FrameEditDoneControl,WIDE("control"),name WIDE("/rtti"),WIDE("end_frame_edit"),void,(PSI_CONTROL))
When a frame's edit phase ends, controls are notified with this event.
Registers under
/psi/control/<name>/rtti/end_frame_edit=(PSI_CONTROL)@void@_@end_frame_edit
static void OnEditFrameDone( PSI_CONTROL control ) { // a frame's edit is complete, update control appropriately. }
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|