00001 00002 @interface CPPanel : CPWindow 00003 { 00004 BOOL _becomesKeyOnlyIfNeeded; 00005 BOOL _worksWhenModal; 00006 } 00007 @end