GNOME Bugzilla – Bug 97494
Book chapter 8 errors
Last modified: 2004-12-22 21:47:04 UTC
Chapter 8 of "the" book contains two errors. http://www.gtkmm.org/gtkmm2/docs/tutorial/html/ch08.html#id2834309 ModelColumns() { add(m_col_text); add(m_col_number) } should be ModelColumns() { add(m_col_text); add(m_col_number); } and in Model Columns the object is called refListStore then in adding rows it is called m_refListStore which is seems what it should be.
Seems like you could provide a patch.
Created attachment 11990 [details] [review] tutorial chapter 8 fix
Thanks. Please patch the ChangeLog in future.