|  |  |  | Evolution Utilities Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
struct ECellPopup; struct ECellPopupView; ECell * e_cell_popup_new (void); ECell * e_cell_popup_get_child (ECellPopup *ecp); void e_cell_popup_set_child (ECellPopup *ecp,ECell *child); void e_cell_popup_set_shown (ECellPopup *ecp,gboolean shown); void e_cell_popup_queue_cell_redraw (ECellPopup *ecp);
ECell *             e_cell_popup_new                    (void);
Creates a new ECellPopup renderer.
| Returns : | an ECellPopup object. |