tut-treeview
Synopsis
This is a tutorial on how to use the Gtk::TreeView widget, adapted by Matthew Berg from the original C language version written by Tim-Philipp Müller.
Table Of Contents
- Introduction
- Components: Model, Renderer, Column, View
- Gtk::TreeModels for Data Storage: Gtk::ListStore and Gtk::TreeStore
- Creating a Tree View
- Mapping Data to the Screen: GtkTreeViewColumn and GtkCellRenderer
- Selections, Double-Clicks and Context Menus
- Sorting?
- Editable Cells?
- Miscellaneous Tree View Tips'n'Tricks?
- Other Resources
- Copyright, License, and Credits
- Changelog
Keyword(s):
References:[tutorials]