Sack Library Documentation
|
void EditFrame(PSI_CONTROL pf, int bEnable);
Turns edit features of a frame on and off.
When LoadXMLFrame fails to find the file, a frame is created and edit enabled like this.
PSI_CONTROL frame = CreateFrame( "test", 0, 0, 100, 100, BORDER_NORMAL, NULL ); EditFrame( frame );
This turns on edit features of a frame, right click you can add a new registered control, controls have hotspots on them, if you right click on a hotspot, then you can edit properties of that control like it's control ID.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|