|
CoreGTK
3.22.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|


Class Methods | |
| (BOOL) | + paletteFromStringWithStr:andColors:andNcolors: |
| (NSString *) | + paletteToStringWithColors:andNcolors: |
| (GtkColorSelectionChangePaletteWithScreenFunc) | + setChangePaletteWithScreenHook: |
Class Methods inherited from CGTKWidget | |
| (GtkTextDirection) | + getDefaultDirection |
| (GtkStyle *) | + getDefaultStyle |
| (void) | + popCompositeChild |
| (void) | + pushCompositeChild |
| (void) | + setDefaultDirection: |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Additional Inherited Members | |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKColorSelection.h.
| - (GtkColorSelection *) COLORSELECTION |
Methods
Definition at line 63 of file CGTKColorSelection.m.
| - (guint16) getCurrentAlpha |
| - (void) getCurrentColor: | (GdkColor*) | color |
-(void*)getCurrentColor: color;
| color |
Definition at line 73 of file CGTKColorSelection.m.
| - (void) getCurrentRgba: | (GdkRGBA*) | rgba |
| - (BOOL) getHasOpacityControl |
| - (BOOL) getHasPalette |
| - (guint16) getPreviousAlpha |
| - (void) getPreviousColor: | (GdkColor*) | color |
-(void*)getPreviousColor: color;
| color |
Definition at line 98 of file CGTKColorSelection.m.
| - (void) getPreviousRgba: | (GdkRGBA*) | rgba |
| - (id) init |
Constructors
Definition at line 51 of file CGTKColorSelection.m.
| - (BOOL) isAdjusting |
| + (BOOL) paletteFromStringWithStr: | (NSString*) | str | |
| andColors: | (GdkColor**) | colors | |
| andNcolors: | (gint*) | ncolors | |
Functions
Definition at line 36 of file CGTKColorSelection.m.
| - (void) setCurrentAlpha: | (guint16) | alpha |
-(void*)setCurrentAlpha: alpha;
| alpha |
Definition at line 113 of file CGTKColorSelection.m.
| - (void) setCurrentColor: | (const GdkColor*) | color |
-(void*)setCurrentColor: color;
| color |
Definition at line 118 of file CGTKColorSelection.m.
| - (void) setCurrentRgba: | (const GdkRGBA*) | rgba |
| - (void) setHasOpacityControl: | (BOOL) | hasOpacity |
-(void*)setHasOpacityControl: hasOpacity;
| hasOpacity |
Definition at line 128 of file CGTKColorSelection.m.
| - (void) setHasPalette: | (BOOL) | hasPalette |
-(void*)setHasPalette: hasPalette;
| hasPalette |
Definition at line 133 of file CGTKColorSelection.m.
| - (void) setPreviousAlpha: | (guint16) | alpha |
-(void*)setPreviousAlpha: alpha;
| alpha |
Definition at line 138 of file CGTKColorSelection.m.
| - (void) setPreviousColor: | (const GdkColor*) | color |
-(void*)setPreviousColor: color;
| color |
Definition at line 143 of file CGTKColorSelection.m.
| - (void) setPreviousRgba: | (const GdkRGBA*) | rgba |