GtkTree.CellLayoutinclude module type of struct include GtkTreeProps.CellLayout endval cast : 'a Gobject.obj -> Gtk.cell_layout Gtk.objval pack_start :
[> `celllayout ] Gtk.obj ->
Gtk.cell_renderer Gtk.obj ->
expand:bool ->
unitval pack_end :
[> `celllayout ] Gtk.obj ->
Gtk.cell_renderer Gtk.obj ->
expand:bool ->
unitval reorder :
[> `celllayout ] Gtk.obj ->
Gtk.cell_renderer Gtk.obj ->
int ->
unitval clear : [> `celllayout ] Gtk.obj -> unitval add_attribute :
[> `celllayout ] Gtk.obj ->
Gtk.cell_renderer Gtk.obj ->
string ->
int ->
unitval clear_attributes :
[> `celllayout ] Gtk.obj ->
Gtk.cell_renderer Gtk.obj ->
unitval set_cell_data_func :
[> `celllayout ] Gtk.obj ->
Gtk.cell_renderer Gtk.obj ->
([ `treemodel ] Gtk.obj -> Gtk.tree_iter -> unit) option ->
unitval pack :
[> `celllayout ] Gtk.obj ->
?expand:bool ->
?from:Gtk.Tags.pack_type ->
Gtk.cell_renderer Gtk.obj ->
unit