32 #import "CoreGTK/CGTKBox.h"
42 +(BOOL)paletteFromStringWithStr:(NSString*) str andColors:(GdkColor**) colors andNcolors:(gint*) ncolors;
43 +(NSString*)paletteToStringWithColors:(GdkColor*) colors andNcolors:(gint) ncolors;
44 +(GtkColorSelectionChangePaletteWithScreenFunc)setChangePaletteWithScreenHook:(GtkColorSelectionChangePaletteWithScreenFunc) func;
55 -(GtkColorSelection*)COLORSELECTION;
62 -(guint16)getCurrentAlpha;
69 -(void)getCurrentColor:(GdkColor*) color;
76 -(void)getCurrentRgba:(GdkRGBA*) rgba;
83 -(BOOL)getHasOpacityControl;
97 -(guint16)getPreviousAlpha;
104 -(void)getPreviousColor:(GdkColor*) color;
111 -(void)getPreviousRgba:(GdkRGBA*) rgba;
125 -(void)setCurrentAlpha:(guint16) alpha;
132 -(void)setCurrentColor:(const GdkColor*) color;
139 -(void)setCurrentRgba:(const GdkRGBA*) rgba;
146 -(void)setHasOpacityControl:(BOOL) hasOpacity;
153 -(void)setHasPalette:(BOOL) hasPalette;
160 -(void)setPreviousAlpha:(guint16) alpha;
167 -(void)setPreviousColor:(const GdkColor*) color;
174 -(void)setPreviousRgba:(const GdkRGBA*) rgba;