CellAreaContext


Object Hierarchy:

Gtk.CellAreaContext Gtk.CellAreaContext Gtk.CellAreaContext GLib.Object GLib.Object GLib.Object->Gtk.CellAreaContext

Description:

[ CCode ( type_id = "gtk_cell_area_context_get_type ()" ) ]
public class CellAreaContext : Object

The CellAreaContext object is created by a given CellArea implementation via its create_context virtual method and is used to store cell sizes and alignments for a series of TreeModel rows that are requested and rendered in the same context.

CellLayout widgets can create any number of contexts in which to request and render groups of data rows. However, it’s important that the same context which was used to request sizes for a given TreeModel row also be used for the same row when calling other CellArea APIs such as render and event.


Namespace: Gtk
Package: gtk+-3.0

Content:

Properties:

Creation methods:

Methods:

Inherited Members: