#ifndef OBGTK_VBOX_H #define OBGTK_VBOX_H 1 #include #include #include @interface Gtk_VBox : Gtk_Box { @public GtkVBox *gtkvbox; } - castGtkVBox : (GtkVBox *) castitem; + (id)makeGtkVBox : (GtkVBox *) castitem; - initWithVBoxInfo : (gboolean) homogeneous : (gint) spacing; @end #endif /* OBGTK_VBOX_H */ .