#ifndef OBGTK_EVENTBOX_H #define OBGTK_EVENTBOX_H 1 #include #include #include @interface Gtk_EventBox : Gtk_Bin { @public GtkEventBox *gtkeventbox; } - castGtkEventBox : (GtkEventBox *) castitem; + (id)makeGtkEventBox : (GtkEventBox *) castitem; - init; @end #endif /* OBGTK_EVENTBOX_H */ .