Flycut/UI/RoundRecTextField.h

20 lines
461 B
C
Raw Normal View History

2011-03-20 15:16:13 +08:00
//
// RoundedTextField.h
// Jumpcut
//
// Created by steve on Wed Dec 17 2003.
// Copyright (c) 2003 Steve Cook. All rights reserved.
//
// This code is open-source software subject to the MIT License; see the homepage
// at <http://jumpcut.sourceforge.net/> for details.
#import <AppKit/AppKit.h>
@interface RoundRecTextField : NSTextField {
IBOutlet RoundRecTextField *characterBackground;
IBOutlet RoundRecTextField *textBackground;
}
@end