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-popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/table/e-cell-popup.c') diff --git a/widgets/table/e-cell-popup.c b/widgets/table/e-cell-popup.c index 2acc921d12..a4bba62555 100644 --- a/widgets/table/e-cell-popup.c +++ b/widgets/table/e-cell-popup.c @@ -351,7 +351,7 @@ ecp_event (ECellView *ecv, GdkEvent *event, int model_col, int view_col, case GDK_KEY_PRESS: if (event->key.state & GDK_MOD1_MASK && event->key.keyval == GDK_Down) { - g_print ("## Enter key pressed\n"); + g_print ("## Alt-Down pressed\n"); return e_cell_popup_do_popup (ecp_view, event); } g_print ("Key Press Event ECellPopup\n"); -- cgit