#ifndef OBGTK_INPUTDIALOG_H #define OBGTK_INPUTDIALOG_H 1 #include #include #include @interface Gtk_InputDialog : Gtk_Window { @public GtkInputDialog *gtkinputdialog; } - castGtkInputDialog : (GtkInputDialog *) castitem; + (id)makeGtkInputDialog : (GtkInputDialog *) castitem; - init; @end #endif /* OBGTK_INPUTDIALOG_H */ .