From: PST 1998 Shawn T. Amundson Date: Fri, 13 Mar 1998 19:26:59 +0000 (+0000) Subject: added graphics, update tutorials appropriately X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=c31eb969bacd9a780beaefa84d0acc0828dd8326;p=~andy%2Fgtk added graphics, update tutorials appropriately Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson * docs/gtk_tut.sgml: * docs/gtk_tut_it.sgml: * docs/gtk_tut_packbox1.gif: * docs/gtk_tut_packbox2.gif: * docs/gtk_tut_table.gif: added graphics, update tutorials appropriately --- diff --git a/ChangeLog b/ChangeLog index 3659c9d75..76d186a35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson + + * docs/gtk_tut.sgml: + * docs/gtk_tut_it.sgml: + * docs/gtk_tut_packbox1.gif: + * docs/gtk_tut_packbox2.gif: + * docs/gtk_tut_table.gif: added graphics, update tutorials + appropriately + Fri Mar 13 18:25:07 1998 Tim Janik * gtk/gtkcombo.c: fix popup calculations (removal diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 3659c9d75..76d186a35 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,12 @@ +Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson + + * docs/gtk_tut.sgml: + * docs/gtk_tut_it.sgml: + * docs/gtk_tut_packbox1.gif: + * docs/gtk_tut_packbox2.gif: + * docs/gtk_tut_table.gif: added graphics, update tutorials + appropriately + Fri Mar 13 18:25:07 1998 Tim Janik * gtk/gtkcombo.c: fix popup calculations (removal diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 3659c9d75..76d186a35 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,12 @@ +Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson + + * docs/gtk_tut.sgml: + * docs/gtk_tut_it.sgml: + * docs/gtk_tut_packbox1.gif: + * docs/gtk_tut_packbox2.gif: + * docs/gtk_tut_table.gif: added graphics, update tutorials + appropriately + Fri Mar 13 18:25:07 1998 Tim Janik * gtk/gtkcombo.c: fix popup calculations (removal diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 3659c9d75..76d186a35 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,12 @@ +Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson + + * docs/gtk_tut.sgml: + * docs/gtk_tut_it.sgml: + * docs/gtk_tut_packbox1.gif: + * docs/gtk_tut_packbox2.gif: + * docs/gtk_tut_table.gif: added graphics, update tutorials + appropriately + Fri Mar 13 18:25:07 1998 Tim Janik * gtk/gtkcombo.c: fix popup calculations (removal diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 3659c9d75..76d186a35 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,12 @@ +Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson + + * docs/gtk_tut.sgml: + * docs/gtk_tut_it.sgml: + * docs/gtk_tut_packbox1.gif: + * docs/gtk_tut_packbox2.gif: + * docs/gtk_tut_table.gif: added graphics, update tutorials + appropriately + Fri Mar 13 18:25:07 1998 Tim Janik * gtk/gtkcombo.c: fix popup calculations (removal diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 3659c9d75..76d186a35 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,12 @@ +Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson + + * docs/gtk_tut.sgml: + * docs/gtk_tut_it.sgml: + * docs/gtk_tut_packbox1.gif: + * docs/gtk_tut_packbox2.gif: + * docs/gtk_tut_table.gif: added graphics, update tutorials + appropriately + Fri Mar 13 18:25:07 1998 Tim Janik * gtk/gtkcombo.c: fix popup calculations (removal diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 3659c9d75..76d186a35 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,12 @@ +Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson + + * docs/gtk_tut.sgml: + * docs/gtk_tut_it.sgml: + * docs/gtk_tut_packbox1.gif: + * docs/gtk_tut_packbox2.gif: + * docs/gtk_tut_table.gif: added graphics, update tutorials + appropriately + Fri Mar 13 18:25:07 1998 Tim Janik * gtk/gtkcombo.c: fix popup calculations (removal diff --git a/docs/Makefile.am b/docs/Makefile.am index 75eead560..db06cafbb 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -3,19 +3,23 @@ info_TEXINFOS = gdk.texi gtk.texi glib.texi EXTRA_DIST = \ - texinfo.tex \ - macros.texi \ - Makefile.sgml \ - gtkdocs_fix \ - gtkfaq.sgml \ - gtk_tut.sgml \ - gtk_tut_it.sgml \ - debugging.txt \ - developers.txt \ - refcounting.txt \ - styles.txt \ - text_widget.txt \ - widget_system.txt + texinfo.tex \ + macros.texi \ + Makefile.sgml \ + gtkdocs_fix \ + gtkfaq.sgml \ + gtk_tut.sgml \ + gtk_tut_it.sgml \ + debugging.txt \ + developers.txt \ + refcounting.txt \ + styles.txt \ + text_widget.txt \ + widget_system.txt \ + gtk_tut_packbox1.gif \ + gtk_tut_packbox2.gif \ + gtk_tut_table.gif + files: diff --git a/docs/gtk_tut.sgml b/docs/gtk_tut.sgml index 966660b92..52e779cbe 100644 --- a/docs/gtk_tut.sgml +++ b/docs/gtk_tut.sgml @@ -765,7 +765,7 @@ different styles you can get.

> > > @@ -822,7 +822,7 @@ should make it clearer: > > > @@ -1266,7 +1266,7 @@ Which means it should look something like this:

> > > diff --git a/docs/gtk_tut_it.sgml b/docs/gtk_tut_it.sgml index 9ed24eb86..940aef837 100644 --- a/docs/gtk_tut_it.sgml +++ b/docs/gtk_tut_it.sgml @@ -773,7 +773,7 @@ Alla fine però, si possono ottenere essenzialmente cinque diversi stili.

> @@ -831,7 +831,7 @@ riempimento viene aggiuno a ciascuno dei lati dell'oggetti. La seguente figura dovrebbe chiarire meglio questo punto: > diff --git a/docs/gtk_tut_packbox1.gif b/docs/gtk_tut_packbox1.gif new file mode 100644 index 000000000..ca7908a9f Binary files /dev/null and b/docs/gtk_tut_packbox1.gif differ diff --git a/docs/gtk_tut_packbox2.gif b/docs/gtk_tut_packbox2.gif new file mode 100644 index 000000000..44d20e43e Binary files /dev/null and b/docs/gtk_tut_packbox2.gif differ diff --git a/docs/gtk_tut_table.gif b/docs/gtk_tut_table.gif new file mode 100644 index 000000000..0aedc4c55 Binary files /dev/null and b/docs/gtk_tut_table.gif differ diff --git a/docs/tutorial/gtk_tut.sgml b/docs/tutorial/gtk_tut.sgml index 966660b92..52e779cbe 100644 --- a/docs/tutorial/gtk_tut.sgml +++ b/docs/tutorial/gtk_tut.sgml @@ -765,7 +765,7 @@ different styles you can get.

> > > @@ -822,7 +822,7 @@ should make it clearer: > > > @@ -1266,7 +1266,7 @@ Which means it should look something like this:

> > > diff --git a/docs/tutorial/gtk_tut_it.sgml b/docs/tutorial/gtk_tut_it.sgml index 9ed24eb86..940aef837 100644 --- a/docs/tutorial/gtk_tut_it.sgml +++ b/docs/tutorial/gtk_tut_it.sgml @@ -773,7 +773,7 @@ Alla fine però, si possono ottenere essenzialmente cinque diversi stili.

> @@ -831,7 +831,7 @@ riempimento viene aggiuno a ciascuno dei lati dell'oggetti. La seguente figura dovrebbe chiarire meglio questo punto: > diff --git a/docs/tutorial/gtk_tut_packbox1.gif b/docs/tutorial/gtk_tut_packbox1.gif new file mode 100644 index 000000000..ca7908a9f Binary files /dev/null and b/docs/tutorial/gtk_tut_packbox1.gif differ diff --git a/docs/tutorial/gtk_tut_packbox2.gif b/docs/tutorial/gtk_tut_packbox2.gif new file mode 100644 index 000000000..44d20e43e Binary files /dev/null and b/docs/tutorial/gtk_tut_packbox2.gif differ diff --git a/docs/tutorial/gtk_tut_table.gif b/docs/tutorial/gtk_tut_table.gif new file mode 100644 index 000000000..0aedc4c55 Binary files /dev/null and b/docs/tutorial/gtk_tut_table.gif differ