From 49ba8c5c71000ccae7f21177e8e18081ac254a31 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Sun, 4 Mar 2001 23:45:29 +0000 Subject: added "editable" Arg, to stop the user from editing the text. The user can 2001-03-04 Damon Chaplin * e-cell-text.c: added "editable" Arg, to stop the user from editing the text. The user can still select the text, though. The "editable" Arg is useful for ECellCombo where we want the user to select an item in the popup but not edit the field itself. * e-cell-combo.c: updated to select the matcing item before it pops up the list. svn path=/trunk/; revision=8544 --- widgets/table/e-cell-text.h | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/table/e-cell-text.h') diff --git a/widgets/table/e-cell-text.h b/widgets/table/e-cell-text.h index 78e9576a07..8ea9c509bd 100644 --- a/widgets/table/e-cell-text.h +++ b/widgets/table/e-cell-text.h @@ -49,6 +49,7 @@ typedef struct { char *ellipsis; /* The ellipsis characters. NULL = "...". */ guint use_ellipsis : 1; /* Whether to use the ellipsis. */ + guint editable : 1; /* Whether the text can be edited. */ int strikeout_column; int bold_column; -- cgit