aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPColorWellCell.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-08-17 12:10:54 +0000
committerBibiko <bibiko@eva.mpg.de>2010-08-17 12:10:54 +0000
commit487cc8e31b4487c5d85817e9ff73d24dbaeedd74 (patch)
tree6ba1d1905fa5587900928b08991a7e7af781fcbb /Source/SPColorWellCell.h
parent9c466bb7ca3bd581cb52d80a800ad9f46f0817bb (diff)
downloadsequelpro-487cc8e31b4487c5d85817e9ff73d24dbaeedd74.tar.gz
sequelpro-487cc8e31b4487c5d85817e9ff73d24dbaeedd74.tar.bz2
sequelpro-487cc8e31b4487c5d85817e9ff73d24dbaeedd74.zip
• initial commit to set the Editor's colors by using a table approach containing SPColorWellCells
- further improvements will follow soon
Diffstat (limited to 'Source/SPColorWellCell.h')
-rw-r--r--Source/SPColorWellCell.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/Source/SPColorWellCell.h b/Source/SPColorWellCell.h
new file mode 100644
index 00000000..9be65828
--- /dev/null
+++ b/Source/SPColorWellCell.h
@@ -0,0 +1,32 @@
+//
+// $Id$
+//
+// SPColorWellCell.h
+// sequel-pro
+//
+// Created by Hans-Jörg Bibiko on August 17, 2010
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// More info at <http://code.google.com/p/sequel-pro/>
+
+#import <Cocoa/Cocoa.h>
+
+
+@interface SPColorWellCell : NSActionCell {
+
+}
+
+@end