[gtkmm] Minor main page changes.



commit 89920e66b5737fd21426528cd5d8441bbba961e7
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Apr 23 16:38:50 2010 +0200

    Minor main page changes.

 gtk/gtkmm.h |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkmm.h b/gtk/gtkmm.h
index b538635..75068d8 100644
--- a/gtk/gtkmm.h
+++ b/gtk/gtkmm.h
@@ -52,18 +52,19 @@
  * - Full use of C++ namespaces.
  * - No macros.
  *
- * @section basics Basic usage
+ * @section basics Basic Usage
  *
  * Include the gtkmm header:
  * @code
  * #include <gtkmm.h>
  * @endcode
- * This includes every header installed by gtkmm, so can slow down
- * compilation, but suffices for this simple example. Assuming that your
- * program source file is @c program.cc, compile it with:
+ * (You may include invididual headers, such ass gtkmm/button.h instead.)
+ *
+ * If your source file is @c program.cc, you can compile it with:
  * @code
  * g++ program.cc -o program  `pkg-config --cflags --libs gtkmm-2.4`
  * @endcode
+ *
  * Alternatively, if using autoconf, use the following in @c configure.ac:
  * @code
  * PKG_CHECK_MODULES([GTKMM], [gtkmm-2.4])



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