Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/Classes/ColorCell.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (show annotations) (download) (as text)
Sat Oct 1 16:24:49 2011 UTC (12 years, 8 months ago) by toshinagata1964
File MIME type: text/x-chdr
File size: 757 byte(s)
Solo track capability is implemented.
1 //
2 // ColorCell.h
3 //
4 /*
5 Copyright (c) 2003-2011 Toshi Nagata. All rights reserved.
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation version 2 of the License.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15 */
16
17 #import <Cocoa/Cocoa.h>
18
19
20 @interface ColorCell : NSActionCell {
21 BOOL noFillsColor;
22 BOOL noStrokesColor;
23 }
24 - (BOOL)fillsColor;
25 - (void)setFillsColor: (BOOL)flag;
26 - (BOOL)strokesColor;
27 - (void)setStrokesColor: (BOOL)flag;
28 @end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26