The script shows how to create a two-column list in a GTK3 window. The operations on the list are very similar to that presented in Treeview 02 previously, however the list given in this script allows multiple selection of nodes.
- Define an entry box.
- Define a treeview list with two columns.
- The width of the column can be resize.
- The sorting order of items in each column can be changed by clicking on the column labels.
- Define font style for the texts in the columns.
- Define right alignment for the numeric column.
- Use Ctrl-f to find row quickly when treeview is set focused.
- Allow multiple selection on nodes of the treeview.
- Define some action buttons: Edit, Del and Clear, which can modify the items in the list.
- Define a status bar at the bottom of the window. The bar can shows message from the operations performed.
No comments:
Post a Comment