]> Dogcows Code - chaz/thecheat/blob - MenuExtras.h
The Cheat 1.0b3
[chaz/thecheat] / MenuExtras.h
1
2 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 // Project: The Cheat
4 //
5 // File: MenuExtras.h
6 // Created: Wed Sep 17 2003
7 //
8 // Copyright: 2003 Chaz McGarvey. All rights reserved.
9 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
11 #import <Cocoa/Cocoa.h>
12
13
14 @interface NSMenu (MenuExtras)
15
16 - (void)removeItemWithTitle:(NSString *)title;
17 - (void)removeAllItemsWithTitle:(NSString *)title;
18 - (void)removeItemWithTag:(int)tag;
19
20 - (void)removeAllItems;
21
22 - (void)enableAllItems;
23 - (void)disableAllItems;
24
25 @end
This page took 0.032193 seconds and 5 git commands to generate.