Next:
Gtk2::CellRenderer
Previous:
Gtk2::CellEditable
 [Gtk2-Perl - Table of Contents][Gtk2-Perl - Index]

Gtk2::CellLayout



NAME

Gtk2::CellLayout

HIERARCHY

  Glib::Interface
  +----Gtk2::CellLayout

METHODS

$cell_layout->add_attribute ($cell, $attribute, $column)

$cell_layout->set_attributes ($cell, ...)

$cell_layout->set_cell_data_func ($cell, $func, $func_data=undef)

list = $cell_layout->get_cells

Since: gtk+ 2.12

$cell_layout->clear

$cell_layout->clear_attributes ($cell)

$cell_layout->pack_end ($cell, $expand)

$cell_layout->pack_start ($cell, $expand)

$cell_layout->reorder ($cell, $position)

SEE ALSO

Gtk2, Glib::Interface

COPYRIGHT

Copyright (C) 2003-2007 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.


[Top]