| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

GtkTreeViewColumn

This version was saved 17 years, 11 months ago View current version     Page history
Saved by PBworks
on May 29, 2006 at 9:32:45 pm
 

Documentation

A visible column in a GtkTreeView widget.

Example:

GtkTreeViewColumn new: 'Title' cell: GtkCellRendererText new attributes: {'text'->0}

 


 

GtkTreeViewColumn class

new

Creates a plain GtkTreeViewColumn without any attribute

 

new: aString

Creates a GtkTreeViewColumn with the given column title, without any attribute

 

new: aString cell: aGtkCellRenderer attributes: aDictionary

Creates a GtkTreeViewColumn with the given column title. Also packStart the cell renderer and set to it the given attributes

 

GtkTreeViewColumn

uses: GtkCellLayout
subclasses: GtkObject -> GObject

addAttributes: aDictionary on: aGtkCellRenderer

Add the given attributes (anAttributeName->aColumn) to the cell renderer

 

addAttribute: aString column: anInteger on: aGtkCellRenderer

Add the given attribute with the given column to the cell renderer

 

title: aString

Set the column title

Comments (0)

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