ECellPopup

ECellPopup

Object Hierarchy

  GObject
   +----ECell
         +----ECellPopup
               +----ECellCombo
               +----ECellDateEdit

Description

Details

struct ECellPopup

struct ECellPopup;

struct ECellPopupView

struct ECellPopupView {
	ECellView cell_view;

	ECellView *child_view;
};

e_cell_popup_new ()

ECell *             e_cell_popup_new                    (void);

Creates a new ECellPopup renderer.

Returns :

an ECellPopup object.

e_cell_popup_get_child ()

ECell *             e_cell_popup_get_child              (ECellPopup *ecp);

e_cell_popup_set_child ()

void                e_cell_popup_set_child              (ECellPopup *ecp,
                                                         ECell *child);

e_cell_popup_set_shown ()

void                e_cell_popup_set_shown              (ECellPopup *ecp,
                                                         gboolean shown);

e_cell_popup_queue_cell_redraw ()

void                e_cell_popup_queue_cell_redraw      (ECellPopup *ecp);