mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
Added clarification to the GtkCellView:cell-area-context documentation.
This commit is contained in:
parent
613545f821
commit
85609d124a
@ -247,6 +247,15 @@ gtk_cell_view_class_init (GtkCellViewClass *klass)
|
|||||||
*
|
*
|
||||||
* The #GtkCellAreaContext used to compute the geometry of the cell view.
|
* The #GtkCellAreaContext used to compute the geometry of the cell view.
|
||||||
*
|
*
|
||||||
|
* A group of cell views can be assigned the same context in order to
|
||||||
|
* ensure the sizes and cell alignments match across all the views with
|
||||||
|
* the same context.
|
||||||
|
*
|
||||||
|
* #GtkTreeMenu uses this to assign the same context to all cell views
|
||||||
|
* in the menu items for a single menu (each submenu creates it's own
|
||||||
|
* context since the size of each submenu does not depend on parent
|
||||||
|
* or sibling menus).
|
||||||
|
*
|
||||||
* since 3.0
|
* since 3.0
|
||||||
*/
|
*/
|
||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
|
Loading…
Reference in New Issue
Block a user