ECellVbox

ECellVbox

Synopsis

struct              ECellVbox;
struct              ECellVboxView;
ECell *             e_cell_vbox_new                     (void);
void                e_cell_vbox_append                  (ECellVbox *vbox,
                                                         ECell *subcell,
                                                         gint model_col);

Object Hierarchy

  GObject
   +----ECell
         +----ECellVbox

Description

Details

struct ECellVbox

struct ECellVbox;

struct ECellVboxView

struct ECellVboxView {
	ECellView cell_view;

	gint subcell_view_count;
	ECellView **subcell_views;
	gint *model_cols;
};

e_cell_vbox_new ()

ECell *             e_cell_vbox_new                     (void);

Creates a new ECell renderer that can be used to render multiple child cells.

Returns :

an ECell object that can be used to render multiple child cells.

e_cell_vbox_append ()

void                e_cell_vbox_append                  (ECellVbox *vbox,
                                                         ECell *subcell,
                                                         gint model_col);