First page Back Continue Last page Overview Graphics
gtkmm-specific techniques
Glib::ustring
Like std::string, but UTF8
Glib::RefPtr<>
Forget reference-counting.
Signals
m_button.signal_clicked().connect(
SigC::slot(*this, &HelloWorld::on_button_clicked) );
See the online book for details.
Notes: