diff options
Diffstat (limited to 'widgets/table/e-cell-popup.h')
-rw-r--r-- | widgets/table/e-cell-popup.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/widgets/table/e-cell-popup.h b/widgets/table/e-cell-popup.h index 8f89ddf9ef..eba0d941df 100644 --- a/widgets/table/e-cell-popup.h +++ b/widgets/table/e-cell-popup.h @@ -82,12 +82,16 @@ struct _ECellPopupView { }; -GtkType e_cell_popup_get_type (void); -ECell *e_cell_popup_new (void); +GtkType e_cell_popup_get_type (void); +ECell *e_cell_popup_new (void); /* Get and set the child ECell. */ -ECell *e_cell_popup_get_child (ECellPopup *ecp); -void e_cell_popup_set_child (ECellPopup *ecp, - ECell *child); +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); #endif /* _E_CELL_POPUP_H_ */ |