diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-09-18 22:49:02 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-09-18 22:49:02 +0000 |
commit | fa6e6928f6e3095ea795625d4791b1734896f8c0 (patch) | |
tree | 1fc768a78490f150db8778b318bba26301fcbfb7 /gtk/gtktreeviewcolumn.h | |
parent | a15d5c36f6e100ff512ca3fc2ff034d3cbd5f572 (diff) | |
download | gtk+-fa6e6928f6e3095ea795625d4791b1734896f8c0.tar.gz |
centralize all the editing code
Tue Sep 18 18:46:54 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
the editing code
* gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
reason to call it beyond emiting the two signals.
* gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
to GtkEntry.
Diffstat (limited to 'gtk/gtktreeviewcolumn.h')
-rw-r--r-- | gtk/gtktreeviewcolumn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtktreeviewcolumn.h b/gtk/gtktreeviewcolumn.h index 3e9524dc9e..9bebfb8d67 100644 --- a/gtk/gtktreeviewcolumn.h +++ b/gtk/gtktreeviewcolumn.h @@ -64,6 +64,7 @@ struct _GtkTreeViewColumn GtkWidget *arrow; GtkWidget *alignment; GdkWindow *window; + GtkCellEditable *editable_widget; gfloat xalign; guint property_changed_signal; |