"Programming with Gtkmm" typo
- From: Jorge Orf <eypros gmail com>
- To: gtkmm-list gnome org
- Subject: "Programming with Gtkmm" typo
- Date: Mon, 17 Oct 2011 22:13:15 +0300
I think I found a typo in "Programming with Gtkmm" on page 79 (7.2.4.2. Example):
#include <gtkmm.h>
#include <packbox.h>
class ExampleWindow : public Gtk::Window
should be
#include <gtkmm.h>
#include "packbox.h"
class ExampleWindow : public Gtk::Window
Hope it was helpful
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]