forked from AuroraMiddleware/gtk
dc754528a0
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com> * demos/gtk-demo/appwindow.c: Remove handle_box from App demo. * gtk/gtktreeview.c (size_allocate): Move to a different drawing system. Instead of having a window the size of the tree, we have a window the size of widget->allocation, and simply draw with the offset. (coords_are_over_arrow): ditto. Move to window coordinates. (do_prelight): ditto (do_unprelight): ditto * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): Minor fix from Kristian Rietveld to fix unsorted case.
58 lines
711 B
Plaintext
58 lines
711 B
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
gtkcelleditable
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkCellEditable ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### 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:
|
|
|
|
|