author | Jens Alfke <jens@mooseyard.com> |
Wed May 20 08:34:04 2009 -0700 (2009-05-20) | |
changeset 32 | 222393534845 |
permissions | -rw-r--r-- |
jens@28 | 1 |
// |
jens@28 | 2 |
// MYWindowUtils.h |
jens@28 | 3 |
// Murky |
jens@28 | 4 |
// |
jens@28 | 5 |
// Created by Jens Alfke on 5/5/09. |
jens@28 | 6 |
// Copyright 2009 Jens Alfke. All rights reserved. |
jens@28 | 7 |
// |
jens@28 | 8 |
|
jens@28 | 9 |
#import <Cocoa/Cocoa.h> |
jens@28 | 10 |
|
jens@28 | 11 |
|
jens@28 | 12 |
@interface NSWindow (MYUtilities) |
jens@28 | 13 |
|
jens@28 | 14 |
- (void) my_setTitleBarIcon: (NSImage*)icon; |
jens@28 | 15 |
|
jens@28 | 16 |
@end |