mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:07:38 +00:00
Merged changes from gnustep_testplant_branch branch and cleaned them up
a bit. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35417 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
58fa0b0126
commit
ac6909e871
12 changed files with 209 additions and 40 deletions
|
@ -27,7 +27,7 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
@interface GSNamedColorPicker: NSColorPicker <NSColorPickingCustom>
|
||||
@interface GSNamedColorPicker: NSColorPicker <NSColorPickingCustom, NSTextFieldDelegate>
|
||||
{
|
||||
NSView *baseView;
|
||||
NSComboBox *cb;
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
@class GSTable, NSSlider, NSTextField;
|
||||
@class NSBox, NSButtonCell, NSMatrix;
|
||||
|
||||
@protocol NSTextFieldDelegate;
|
||||
|
||||
@interface GSStandardColorPicker: NSColorPicker <NSColorPickingCustom>
|
||||
{
|
||||
GSTable *baseView;
|
||||
|
@ -50,7 +52,7 @@
|
|||
|
||||
@end
|
||||
|
||||
@interface GSStandardCSColorPicker: NSColorPicker <NSColorPickingCustom>
|
||||
@interface GSStandardCSColorPicker: NSColorPicker <NSColorPickingCustom, NSTextFieldDelegate>
|
||||
{
|
||||
GSTable *baseView;;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue