diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-11-14 22:52:43 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-11-14 22:52:43 +0000 |
commit | 99fea7f97610029d465f6fe37b1241e9604f35a3 (patch) | |
tree | 3cbf8de44849940103ecb2767002238801125ea2 /gtk/gtkentry.h | |
parent | e874c4290abc9b8ab52635f93b305d645eb3c01d (diff) | |
download | gtk+-99fea7f97610029d465f6fe37b1241e9604f35a3.tar.gz |
Return the currently selected column when we get the column, #64380
Wed Nov 14 17:40:23 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
the currently selected column when we get the column, #64380
* gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
to cancel CellRendererText editting, #63613
* gtk/gtkcellrenderertext.c: ditto
* gtk/gtkcellrenderertext.h: formatting changes
Diffstat (limited to 'gtk/gtkentry.h')
-rw-r--r-- | gtk/gtkentry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h index 8243edee65..027e838db4 100644 --- a/gtk/gtkentry.h +++ b/gtk/gtkentry.h @@ -86,6 +86,7 @@ struct _GtkEntry guint in_click : 1; /* Flag so we don't select all when clicking in entry to focus in */ guint is_cell_renderer : 1; + guint editing_canceled : 1; /* Only used by GtkCellRendererText */ guint button; guint blink_timeout; |