#ifndef OBGTK_HBUTTONBOX_H #define OBGTK_HBUTTONBOX_H 1 #include #include #include @interface Gtk_HButtonBox : Gtk_ButtonBox { @public GtkHButtonBox *gtkhbuttonbox; } - castGtkHButtonBox : (GtkHButtonBox *) castitem; + (id)makeGtkHButtonBox : (GtkHButtonBox *) castitem; - init; @end #endif /* OBGTK_HBUTTONBOX_H */ .