Class GTree.cell_layout


class cell_layout : [> Gtk.cell_layout ] Gtk.obj -> object .. end
Since GTK 2.4

method pack : 'a.
?expand:bool ->
?from:Gtk.Tags.pack_type -> (#cell_renderer as 'a) -> unit

expand : default value is false
from : default value is `START
method clear : unit -> unit
method add_attribute : 'b 'c. (#cell_renderer as 'b) -> string -> 'c column -> unit
method clear_attributes : 'd. (#cell_renderer as 'd) -> unit