Kiwi User Interface Framework  beta
KUMenu.h
Go to the documentation of this file.
00001 
00008 #import "KUResponder.h"
00009 #import "KUForwarders.h"
00010 
00014 @interface KUMenu : KUResponder
00015 {
00017         NSMenu *                menuObject ;
00018 }
00019 
00020 @property (retain) NSMenu * menuObject ;
00021 
00028 - (id) initWithTitle: (NSString *) title withResource:(struct CNResource *) resource ;
00030 - (void) dealloc ;
00031 
00036 - (void) addItem: (KUMenuItem *) item ;
00037 
00038 @end