summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-09-18 22:49:02 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-09-18 22:49:02 +0000
commitfa6e6928f6e3095ea795625d4791b1734896f8c0 (patch)
tree1fc768a78490f150db8778b318bba26301fcbfb7 /gtk/gtktreeviewcolumn.h
parenta15d5c36f6e100ff512ca3fc2ff034d3cbd5f572 (diff)
downloadgtk+-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.h1
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;