Skip to content

Instantly share code, notes, and snippets.

@zedtux
Created January 12, 2014 18:52
Show Gist options
  • Select an option

  • Save zedtux/8388766 to your computer and use it in GitHub Desktop.

Select an option

Save zedtux/8388766 to your computer and use it in GitHub Desktop.
Add a line to a Gtk::ListView
Gtk::TreeModel::Row row = *( refTreeStore->append() );
row[ modelColumns.columnId ] = 1;
row[ modelColumns.columnName ] = "Test";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment