Artifact 63596d2912f3cac6b7418f13531beb217dbb96dc6eba0e1076bd1f28b06e0099:
- File src/Menu.h — part of check-in [f17992369e] at 2025-03-06 00:34:42 on branch trunk — Clean up menus and text drawing (user: js, size: 344) [annotate] [blame] [check-ins using]
#import <ObjFW/ObjFW.h> OF_ASSUME_NONNULL_BEGIN @class MenuItem; @interface Menu : OFObject @property (readonly, nonatomic) OFString *name; @property (readonly) OFMutableArray<MenuItem *> *items; @property (nonatomic) int mwidth; @property (nonatomic) int menusel; - (instancetype)initWithName:(OFString *)name; @end OF_ASSUME_NONNULL_END