DemoMultiCellRenderer

Members

Enums

COLUMN_NAME
anonymousenum COLUMN_NAME
Undocumented in source.

Functions

main
void main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Frank Benoit <keinfarbton@googlemail.com> muntyan #gtk+

This demo shows a table with key/value pairs. The values can be edited. There are two types of values: strings and bools. Dependent of the type, either a CellRendererText or CellRendererToggle is used to show and edit the value.

This is done by connecting the visibility of a CellRenderer to a ListStore column.