Saturday, 14 May 2016

Treeview 01

The script shows how to create a list in a GTK3 window.

  1. Define an entry box.
  2. Define a treeview list with one column.
  3. Define some action buttons: Add, Edit, Del and Clear, which can modify the items in the list.
  4. Define a status bar at the bottom of the window. The bar shows message from the operations performed.

Source Code


No comments:

Post a Comment