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
|
- have a cbSize member
|
||||||
- drop "Page" from uiTab method names? (uiTabAppendPage() -> uiTabAppend())
|
- drop "Page" from uiTab method names? (uiTabAppendPage() -> uiTabAppend())
|
||||||
- override dock menu quit item to act like our app menu quit item
|
- 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:
|
ultimately:
|
||||||
- add some sort of runtime type checking
|
- 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
|
// 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
|
- (void)buildApplicationMenu:(NSMenu *)menubar
|
||||||
{
|
{
|
||||||
NSString *appName;
|
NSString *appName;
|
||||||
|
|
Loading…
Reference in New Issue