PHP-GTK
Wednesday, May 22, 2013 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkTreeViewColumn::cell_is_visible
GtkTreeViewColumn::clickednext

Last updated: Sun, 12 May 2013
view this page in English

GtkTreeViewColumn::cell_set_cell_data

void cell_set_cell_data(GtkTreeModel tree_model, GtkTreeIter iter, bool is_expander, bool is_expanded);

Sets the cell renderer based on the tree_model and iter. That is, for every attribute mapping in tree_column, it will get a value from the set column on the iter, and use that value to set the attribute on the cell renderer. This is used primarily by the GtkTreeView.


User Contributed Notes
gtk.gtktreeviewcolumn.method.cell_set_cell_data.php
add a note about notes
There are no user contributed notes for this page.


previousGtkTreeViewColumn::cell_is_visible
GtkTreeViewColumn::clickednext

Last updated: Sun, 12 May 2013
view this page in English


credits 

PHP  Copyright © 2001-2013 The PHP Group
 All rights reserved.
Last updated: Sun May 12 18:51:01 2013 UTC