Changes for version 0.05

  • Added a custom attribute called 'hyperlinked'. The mouse pointer changes when moved over a 'hyperlinked' cell. A specified call-back is called when the cell is clicked.
  • In addition to this custom attribute, any of the attributes of the Gtk2::CellRendererText can also be passed to this widget. (background, editable etc)
  • Added signal handler for 'cell-clicked', 'cell-edited'. Cleaned up the code defining the signal_connect.
  • Cleaned up code in other areas too.
  • Updated documentation.
  • Updated the MANIFEST to include the /examples.

Modules

A high level widget to represent a set of relational records in a hierarchical spreadsheet kinda display. This task is typical to most of the business application user interfaces.
This module is not to be used directly. It is called from Gtk2::Ex::TreeMaker as a utility module.