2001-10-22 18:24:29 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
2001-12-14 18:57:39 +00:00
|
|
|
GtkCellEditable
|
2001-10-22 18:24:29 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
2003-07-02 22:45:30 +00:00
|
|
|
Interface for widgets which can are used for editing cells
|
2001-10-22 18:24:29 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
|
|
<para>
|
2004-12-15 17:25:10 +00:00
|
|
|
The #GtkCellEditable interface must be implemented for widgets
|
|
|
|
to be usable when editing the contents of a #GtkTreeView cell.
|
2001-10-22 18:24:29 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2005-06-20 22:06:27 +00:00
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
|
|
|
2001-10-22 18:24:29 +00:00
|
|
|
<!-- ##### STRUCT GtkCellEditable ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
2004-07-20 02:26:06 +00:00
|
|
|
<!-- ##### SIGNAL GtkCellEditable::editing-done ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@celleditable: the object which received the signal.
|
|
|
|
|
|
|
|
<!-- ##### SIGNAL GtkCellEditable::remove-widget ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@celleditable: the object which received the signal.
|
|
|
|
|
2001-10-22 18:24:29 +00:00
|
|
|
<!-- ##### STRUCT GtkCellEditableIface ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@g_iface:
|
|
|
|
@editing_done:
|
|
|
|
@remove_widget:
|
|
|
|
@start_editing:
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_editable_start_editing ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@cell_editable:
|
|
|
|
@event:
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_editable_editing_done ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@cell_editable:
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_editable_remove_widget ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@cell_editable:
|
|
|
|
|
|
|
|
|