File: TimeMonColors.h

package info (click to toggle)
timemon.app 4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 884 kB
  • ctags: 40
  • sloc: objc: 687; ansic: 160; makefile: 22; sh: 9
file content (18 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 1994, 1997 Scott Hess.  Permission to use, copy, modify,
// and distribute this software and its documentation for any
// purpose and without fee is hereby granted, provided that this
// copyright notice appear in all copies.
// 
// Scott Hess makes no representations about the suitability of
// this software for any purpose.  It is provided "as is" without
// express or implied warranty.
//
#import <AppKit/AppKit.h>

@interface TimeMonColors:NSMatrix
{
}
- (id)initWithFrame:(NSRect)frameRect;
- (void)readColors;
- (void)mouseDown:(NSEvent *)e;
@end