Kiwi User Interface Framework  beta
KUDesktopMenu.h
Go to the documentation of this file.
00001 
00008 #import <Cocoa/Cocoa.h>
00009 #import <Coconut/Coconut.h>
00010 #import "KUResponder.h"
00011 
00015 @interface KUDesktopMenu : KUResponder
00016 {
00018         NSMenu *                                        desktopMenu ;
00020         NSMenu *                                        applicationMenu ;
00024         struct KUList                           userMenus ;
00026         NSMenu *                                        helpMenu ;
00027 }
00028 
00030 - (id) initWithResource: (struct CNResource *) resource ;
00032 - (void) dealloc ;
00034 - (void) finalize ;
00035 
00036 #if 0
00037 
00038 - (NSMenu *) applicationMenu ;
00039 #endif
00040 
00045 - (void) addMenu: (NSMenu *) menu ;
00046 
00047 @end