SqueakGtk

 

GtkTreeView

Page history last edited by Bruno Luca aka Lethalman 3 yrs ago

Documentation

A widget for displaying both trees and lists

 


 

GtkTreeView class

new

Creates a new empty GtkTreeView widget.

 

new: aGtkTreeModel

Creates a new GtkTreeView widget with the given model

 

GtkTreeView

subclasses: GtkContainer -> GtkWidget -> GtkObject -> GObject

appendColumns: anArray

Appends multiple columns

 

appendColumn: aGtkTreeViewColumn

Appends column to the list of columns.

 

model

Gets the model which is acting on the tree view

Comments (0)

You don't have permission to comment on this page.