File: TimeMonColors.h

package info (click to toggle)
timemon.app 4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 584 kB
  • ctags: 43
  • sloc: objc: 698; ansic: 161; makefile: 23; 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