Investigated setAppleMenu:; decided to save it for later.
This commit is contained in:
parent
ecb565e06a
commit
511cc76ef8
1
TODO.md
1
TODO.md
|
@ -48,6 +48,7 @@
|
|||
- have a cbSize member
|
||||
- drop "Page" from uiTab method names? (uiTabAppendPage() -> uiTabAppend())
|
||||
- override dock menu quit item to act like our app menu quit item
|
||||
- consider calling setAppleMenu: for the application menu; it doesn't seem to make much of a difference but
|
||||
|
||||
ultimately:
|
||||
- add some sort of runtime type checking
|
||||
|
|
|
@ -110,7 +110,6 @@ enum {
|
|||
}
|
||||
|
||||
// Cocoa constructs the default application menu by hand for each program; that's what MainMenu.[nx]ib does
|
||||
// TODO investigate setAppleMenu:
|
||||
- (void)buildApplicationMenu:(NSMenu *)menubar
|
||||
{
|
||||
NSString *appName;
|
||||
|
|
Loading…
Reference in New Issue