32 #import "CoreGTK/CGTKColorChooserDialog.h"
36 -(id)initWithTitle:(NSString*) title andParent:(GtkWindow*) parent
38 self = [
super initWithGObject:(GObject *)gtk_color_chooser_dialog_new([title UTF8String], parent)];
50 return GTK_COLOR_CHOOSER_DIALOG([
self GOBJECT]);
id initWithGObject:(GObject *obj)
GtkColorChooserDialog * COLORCHOOSERDIALOG()