#ifndef OBGTK_DIALOG_H #define OBGTK_DIALOG_H 1 #include #include #include @interface Gtk_Dialog : Gtk_Window { @public GtkDialog *gtkdialog; } - castGtkDialog : (GtkDialog *) castitem; + (id)makeGtkDialog : (GtkDialog *) castitem; - init; @end #endif /* OBGTK_DIALOG_H */ .