[gtkmm] bugs in tutorial.



Hi

Probably this is not the best place or way to send this, but it's the
fastest for me.

I found three little typos in the gtkmm manual and i send the errata
here so you can check it out.

Greetings,

Claudio
-- 
Claudio Saavedra V. <csaavedra alumnos utalca cl>
helloworld.cc
=============

the comment that says:

 // When the button receives the "clicked" signal, it will call the
  // hello() method. The hello() method is defined below.

must says:

 // When the button receives the "clicked" signal, it will call the
 // on_button_clicked() method. The on_button_clicked() method is defined 
 // below.

Chapter 19 - Using derived widgets
==================================

Example code says:

refXml->get_widet_derived("DialogBasic", pDialog);

It must says:

refXml->get_widget_derived("DialogBasic", pDialog);

Appendix A - Casting:
=====================

The first line of code says:

Glib::RefPtr<Gtk::TreeStore> refStore = Gdk::TreeStore::create(columns);

it must say:

Glib::RefPtr<Gtk::TreeStore> refStore = Gtk::TreeStore::create(columns);

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]