[gtkmm-documentation] Fixed a couple typos in the tutorial.
- From: Chris Kühl <chriskuehl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] Fixed a couple typos in the tutorial.
- Date: Thu, 23 Dec 2010 17:04:22 +0000 (UTC)
commit 46463a6e3e1cb76a9631fdc902b1ae5da395a01a
Author: Chris Kühl <chrisk openismus com>
Date: Thu Dec 23 18:01:38 2010 +0100
Fixed a couple typos in the tutorial.
* docs/tutorial/C/gtkmm-tutorial-in.xml:
ChangeLog | 16 +++++++++++-----
docs/tutorial/C/gtkmm-tutorial-in.xml | 4 ++--
2 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e95f5c8..8057618 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
+2010-12-23 Chris Kühl <chrisk openismus com>
+
+ Fixed a couple typos in the tutorial.
+
+ * docs/tutorial/C/gtkmm-tutorial-in.xml:
+
2010-12-17 Murray Cumming <murrayc murrayc com>
Remove a drawable.h include, to fix the build.
- * examples/book/custom/custom_widget/mywidget.cc: Do not include
+ * examples/book/custom/custom_widget/mywidget.cc: Do not include
gdkmm/drawable.h because it no longer exists.
2010-12-14 Murray Cumming <murrayc murrayc com>
@@ -31,7 +37,7 @@
Fix the build with the latest gtkmm from git master.
- * examples/book/combobox/text/examplewindow.cc: Adapted to the append_text()
+ * examples/book/combobox/text/examplewindow.cc: Adapted to the append_text()
to append() change.
2.91.5:
@@ -41,8 +47,8 @@
Remove use of removed widgets.
* examples/book/dialogs/fileselection:
- * examples/book/range_widgets/labeledoptionmenu.[h|cc]: Remove use of
- removed widgets, which were hidden behind ifdefs. I think I only see this
+ * examples/book/range_widgets/labeledoptionmenu.[h|cc]: Remove use of
+ removed widgets, which were hidden behind ifdefs. I think I only see this
now because of an ifdef error in recent gtkmm.
* examples/others/rulers: Removed because Gtk::Ruler was removed from gtkmm.
* examples/Makefile.am: Adapted.
@@ -52,7 +58,7 @@
2010-11-18 Kjell Ahlstedt <kjell ahlstedt bredband net>
Modified the clipboard/ideal example
-
+
* docs/tutorial/C/gtkmm-tutorial-in.xml: Signal owner_change is mentioned
in the description of clipboard/ideal.
* examples/book/clipboard/ideal/examplewindow.[h|cc]:
diff --git a/docs/tutorial/C/gtkmm-tutorial-in.xml b/docs/tutorial/C/gtkmm-tutorial-in.xml
index 907382f..2c1f656 100644
--- a/docs/tutorial/C/gtkmm-tutorial-in.xml
+++ b/docs/tutorial/C/gtkmm-tutorial-in.xml
@@ -8215,7 +8215,7 @@ int main(int, char**)
<sect1 id="sec-wrapping-hg-files">
<title>The .hg and .ccg files</title>
<para>The .hg and .ccg source files are very much like
- .h anc .cc C++ source files, but they contain extra macros, such as
+ .h and .cc C++ source files, but they contain extra macros, such as
<function>_CLASS_GOBJECT()</function> and
<function>_WRAP_METHOD()</function>, from which
<command>gmmproc</command> generates appropriate C++ source code,
@@ -8723,7 +8723,7 @@ _WRAP_GERROR(PixbufError, GdkPixbufError, GDK_PIXBUF_ERROR)
<sect3 id="gmmproc-member-set-get">
<title>_MEMBER_GET / _MEMBER_SET</title>
<para>
- Use these macro if you're wrapping a simple struct or boxed type that provides
+ Use these macros if you're wrapping a simple struct or boxed type that provides
direct access to its data members, to create getters and setters for the data members.
</para>
<para><function>_MEMBER_GET(C++ name, C name, C++ type, C type)</function></para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]