Whole document tree
    

Whole document tree

ECellToggle

ECellToggle

Name

ECellToggle -- 

Object Hierarchy


  GtkObject
   +----ECell
         +----ECellToggle

Description

Details

E_CELL_TOGGLE_TYPE

#define E_CELL_TOGGLE_TYPE        (e_cell_toggle_get_type ())


ECellToggle

typedef struct {
	ECell parent;

	int        border;
	int        n_states;
	GdkPixbuf **images;

	int        height;
} ECellToggle;


e_cell_toggle_new ()

ECell*      e_cell_toggle_new               (int border,
                                             int n_states,
                                             GdkPixbuf **images);


e_cell_toggle_construct ()

void        e_cell_toggle_construct         (ECellToggle *etog,
                                             int border,
                                             int n_states,
                                             GdkPixbuf **images);

Constructs the etog object with the border, n_staes, and images arguments.