ECellVbox
ECell * e_cell_vbox_new (void);
void
Creates a new ECell renderer that can be used to render multiple child cells.
an ECell object that can be used to render multiple child cells.
void e_cell_vbox_append (ECellVbox *vbox, ECell *subcell, gint model_col);
ECellVbox *vbox
ECell *subcell
gint model_col
struct ECellVboxView { ECellView cell_view; gint subcell_view_count; ECellView **subcell_views; gint *model_cols; };