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.

2018-03-29: ref to issiue #231 Added colors in first column GdkColor & RGBA. This tests ListStore storing more complex attribute, than simple GType. Jakub Zdroik <jakub.zdroik@gmail.com>