Kiwi User Interface Framework  beta
KUApplication.h
Go to the documentation of this file.
00001 
00008 #import "KUResponder.h"
00009 #import "KUForwarders.h"
00010 
00014 @interface KUApplication : KUResponder <NSApplicationDelegate>
00015 {
00017         KUDesktopMenu *         desktopMenu ;
00018 }
00019 
00024 + (KUApplication *) sharedApplication ;
00025 
00031 - (id) initWithResource: (struct CNResource *) resource ;
00033 - (void) dealloc ;
00034 
00039 - (KUDesktopMenu *) desktopMenu ;
00040 
00041 @end