Revision History

Ocaml Adaptation

September 2004

  • First release of Ocaml adaptation version. Version 0.1

Original Document

30th April 2004

  • Added Hello World

31st March 2004

  • Fixed fatal typo in custom list code: g_assert() in custom_list_init() should be ==, not != (spotted by mmc).

  • Added link to Owen Taylor's mail on the GtkTreeView Drag'n'Drop API.

24th January 2004

  • Fixed typo in code example (remove n-th row example) (Thanks to roel for spotting it).

  • Changed 'Context menus' section title

19th January 2004

  • Expanded section on GtkTreeRowReferences, and on removing multiple rows.

8th January 2004

  • Added tiny section on Glade and treeviews

  • Added more detail to the section describing GtkTreePath, GtkTreeIter et.al.

  • Reformatted document structure: instead of one single chapter with lots of sections, have multiple chapters (this tutorial is way to big to become part of the Gtk+ tutorial anyway); enumerate chapters and sections.

  • Expanded the section on tree view columns and cell renderers, with help of two diagrams by Owen Taylor (from the GUADEC 2003 Gtk+ tutorial slides).

10th December 2003

  • Added more information about how to remove a single row, or more specifically, the n-th row of a list store

  • Added a short example about how to pack icons into the tree view.

28th October 2003

  • Editable cells will work fine even if selection is set to GTK_SELECTION_NONE. Removed sentences that say otherwise.

23rd October 2003

  • fix 'jumpy' selections in custom model GtkTreeSortable interface implementation. gtk_tree_model_rows_reordered() does not seem to work like the API reference implies (see bug #124790)

  • added section about how to get the cell renderer a button click happened on

  • added section about editable cells with spin buttons (and a CellRendererSpin implementation to the examples)

10th October 2003

  • make custom model GtkTreeSortable implementation emit "sort-column-changed" signal when sortid is changed

  • fixed code typo in selection function section; added a paragraph about rule hint to 'make whole row coloured or bold' section

7th October 2003

  • Reformatted source code to make it fit on pages when generating ps/pdf output

  • Added link to PDF and docbook XML versions.