32 #import "CoreGTK/CGTKFileChooserWidget.h"
36 -(id)init:(GtkFileChooserAction) action
38 self = [
super initWithGObject:(GObject *)gtk_file_chooser_widget_new(action)];
50 return GTK_FILE_CHOOSER_WIDGET([
self GOBJECT]);
id initWithGObject:(GObject *obj)