[gtkmm] Minor main page changes.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Minor main page changes.
- Date: Fri, 23 Apr 2010 14:40:20 +0000 (UTC)
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]