diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-12-13 15:43:58 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-12-13 15:43:58 +0900 |
commit | 96d636a78007c7ec552ec99b206e2a80b1b218e3 (patch) | |
tree | 264fc7b39578655a1ac7adf23c957e9398a23817 /gtk/gtkcellarea.h | |
parent | 41cd9d139412c0d7077c9432431b6c42a0209756 (diff) | |
download | gtk+-96d636a78007c7ec552ec99b206e2a80b1b218e3.tar.gz |
Updated some docs and gtk.symbols file for new apis
Added gtk_cell_area_context_get_preferred_height_for_width and
width_for_height & gtk_cell_area_copy_context() to gtk.symbols
and gtk3-sections.txt (also finished up documenting those apis).
Diffstat (limited to 'gtk/gtkcellarea.h')
-rw-r--r-- | gtk/gtkcellarea.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkcellarea.h b/gtk/gtkcellarea.h index 61579221fb..008b8bb10f 100644 --- a/gtk/gtkcellarea.h +++ b/gtk/gtkcellarea.h @@ -119,6 +119,8 @@ struct _GtkCellArea * class but can be overridden to apply some custom attributes. * @create_context: Creates and returns a class specific #GtkCellAreaContext to store cell * alignment and allocation details for a said #GtkCellArea class. + * @copy_context: Creates a new #GtkCellAreaContext in the same state as the passed @context + * with any cell alignment data and allocations in tact. * @get_request_mode: This allows an area to tell its layouting widget whether it prefers to * be allocated in %GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH or %GTK_SIZE_REQUEST_WIDTH_FOR_HEIGHT mode. * @get_preferred_width: Calculates the minimum and natural width of the area's cells |