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.
This commit is contained in:
committed by
Jonathan Blandford
parent
a15d5c36f6
commit
fa6e6928f6
@ -443,7 +443,6 @@ gtk_cell_renderer_activate (GtkCellRenderer *cell,
|
||||
flags);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* gtk_cell_renderer_start_editing:
|
||||
* @cell: a #GtkCellRenderer
|
||||
|
||||
Reference in New Issue
Block a user