MYWindowUtils.h
author Jens Alfke <jens@mooseyard.com>
Mon Aug 10 08:29:32 2009 -0700 (2009-08-10)
changeset 34 50c4f26bcc1b
permissions -rw-r--r--
Fixed signed/unsigned warnings in Base64.m.
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