32 #import "CoreGTK/CGTKColorSelectionDialog.h"
36 -(id)
init:(NSString*) title
38 self = [
super initWithGObject:(GObject *)gtk_color_selection_dialog_new([title UTF8String])];
50 return GTK_COLOR_SELECTION_DIALOG([
self GOBJECT]);
55 return [[
CGTKWidget alloc] initWithGObject:(GObject *)gtk_color_selection_dialog_get_color_selection(GTK_COLOR_SELECTION_DIALOG([
self GOBJECT]))];
GtkColorSelectionDialog * COLORSELECTIONDIALOG()
id initWithGObject:(GObject *obj)
CGTKWidget * getColorSelection()