aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-cell.h')
-rw-r--r--widgets/table/e-cell.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/widgets/table/e-cell.h b/widgets/table/e-cell.h
index 8098d553f5..8804d2066f 100644
--- a/widgets/table/e-cell.h
+++ b/widgets/table/e-cell.h
@@ -14,13 +14,6 @@
typedef struct _ECell ECell;
typedef struct _ECellView ECellView;
-/* Object flags for ECells */
-enum {
- E_CELL_EDITABLE = 1 << 4
-};
-
-#define E_CELL_IS_EDITABLE(e) (GTK_OBJECT (e)->flags & E_CELL_EDITABLE)
-
struct _ECell {
GtkObject object;
};
@@ -81,6 +74,4 @@ int e_cell_height (ECellView *ecell_view, int model_col, int view_col,
void *e_cell_enter_edit (ECellView *ecell_view, int model_col, int view_col, int row);
void e_cell_leave_edit (ECellView *ecell_view, int model_col, int view_col, int row, void *edit_context);
-void e_cell_set_editable (ECell *ecell, gboolean editable);
-
#endif /* _E_CELL_H_ */
ia?h=mate-1.18&id=7b56c40b952a22521dd35f39e00fcfbb408463b5'>- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-3/+2 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * - Add SHA256pav2005-11-261-0/+1 * Use PLIST_FILES.trevor2004-02-062-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * SIZEify.trevor2004-01-301-0/+1 * De-pkg-comment.knu2003-02-212-1/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * Add wmjulia 0.40, a dockapp that creates an animated Julia set.petef2002-05-31