/* CandiWindow */ #import @interface CandiWindow : NSWindow { //This point is used in dragging to mark the initial click location NSPoint initialLocation; IBOutlet id candiweb; } @end