Add editable interface. This should be the last big GtkTreeView API
Mon Sep 17 17:39:52 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtkcelleditable.[ch]: Add editable interface. This should be the last big GtkTreeView API change. * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and replace with "activate" and "start_editing". Also, added a "can_activate" and "can_edit" property. * gtk/gtktreeviewcolumn.c: modify to use above.
This commit is contained in:
committed by
Jonathan Blandford
parent
ef79a175b5
commit
a251679148
@ -1402,6 +1402,20 @@ Sets the default size of child buttons.
|
||||
@accel_group:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gtk_cell_renderer_event ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@cell:
|
||||
@event:
|
||||
@widget:
|
||||
@path:
|
||||
@background_area:
|
||||
@cell_area:
|
||||
@flags:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gtk_cell_renderer_text_pixbuf_new ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -37,6 +37,7 @@ GtkCellRenderer
|
||||
@xpad:
|
||||
@ypad:
|
||||
@can_activate:
|
||||
@can_edit:
|
||||
@visible:
|
||||
@is_expander:
|
||||
@is_expanded:
|
||||
@ -69,18 +70,3 @@ GtkCellRenderer
|
||||
@flags:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_cell_renderer_event ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@cell:
|
||||
@event:
|
||||
@widget:
|
||||
@path:
|
||||
@background_area:
|
||||
@cell_area:
|
||||
@flags:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user