PHP-GTK
Sunday, November 22, 2009 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkTreeView Constructor
GtkTreeView::collapse_allnext

Last updated: Sun, 22 Nov 2009
view this page in English

GtkTreeView::append_column

Appends a column at the end (i.e. the most right place) of the view.

Example 139. Appending a column to a tree view

$renderer = new GtkCellRendererText();
$column = new GtkTreeViewColumn('Title', $renderer, 'text', 0);
$treeview->append_column($column);

See also: get_column() , insert_column() , remove_column()


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


previousGtkTreeView Constructor
GtkTreeView::collapse_allnext

Last updated: Sun, 22 Nov 2009
view this page in English


credits 

PHP  Copyright © 2001-2009 The PHP Group
 All rights reserved.
Last updated: Sun Nov 22 02:47:04 2009 UTC