forked from AuroraMiddleware/gtk
a251679148
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.
73 lines
907 B
Plaintext
73 lines
907 B
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkCellRenderer
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ENUM GtkCellRendererState ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@GTK_CELL_RENDERER_SELECTED:
|
|
@GTK_CELL_RENDERER_PRELIT:
|
|
@GTK_CELL_RENDERER_INSENSITIVE:
|
|
@GTK_CELL_RENDERER_SORTED:
|
|
|
|
<!-- ##### STRUCT GtkCellRenderer ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@parent:
|
|
@xalign:
|
|
@yalign:
|
|
@width:
|
|
@height:
|
|
@xpad:
|
|
@ypad:
|
|
@can_activate:
|
|
@can_edit:
|
|
@visible:
|
|
@is_expander:
|
|
@is_expanded:
|
|
|
|
<!-- ##### FUNCTION gtk_cell_renderer_get_size ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cell:
|
|
@widget:
|
|
@cell_area:
|
|
@x_offset:
|
|
@y_offset:
|
|
@width:
|
|
@height:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_renderer_render ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cell:
|
|
@window:
|
|
@widget:
|
|
@background_area:
|
|
@cell_area:
|
|
@expose_area:
|
|
@flags:
|
|
|
|
|