Protected backtrace: don't print all of a very long sourceCode string
[supercollider.git] / editors / scapp / include / SMLAdvancedFind / SMLStatusBarTextFieldCell.h
blobf8c47395fdebc9eef58c61ab70527e96f80fb82b
1 /*
2 Smultron version 3.1, 2007-05-19
3 Written by Peter Borg, pgw3@mac.com
4 Find the latest version at http://smultron.sourceforge.net
6 Copyright 2004-2007 Peter Borg
8 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
10 http://www.apache.org/licenses/LICENSE-2.0
12 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
15 #import <Cocoa/Cocoa.h>
16 @class CTGradient;
18 @interface SMLStatusBarTextFieldCell : NSTextFieldCell {
20 NSMutableDictionary *attributes;
22 CTGradient *statusBarGradient;
25 @end