added graphics, update tutorials appropriately

Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson <amundson@gimp.org>

        * 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
This commit is contained in:
PST 1998 Shawn T. Amundson 1998-03-13 19:26:59 +00:00 committed by Shawn Amundson
parent 68fcbef5a1
commit c31eb969ba
18 changed files with 90 additions and 23 deletions

View File

@ -1,3 +1,12 @@
Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* 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 <timj@gimp.org>
* gtk/gtkcombo.c: fix popup calculations (removal

View File

@ -1,3 +1,12 @@
Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* 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 <timj@gimp.org>
* gtk/gtkcombo.c: fix popup calculations (removal

View File

@ -1,3 +1,12 @@
Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* 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 <timj@gimp.org>
* gtk/gtkcombo.c: fix popup calculations (removal

View File

@ -1,3 +1,12 @@
Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* 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 <timj@gimp.org>
* gtk/gtkcombo.c: fix popup calculations (removal

View File

@ -1,3 +1,12 @@
Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* 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 <timj@gimp.org>
* gtk/gtkcombo.c: fix popup calculations (removal

View File

@ -1,3 +1,12 @@
Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* 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 <timj@gimp.org>
* gtk/gtkcombo.c: fix popup calculations (removal

View File

@ -1,3 +1,12 @@
Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* 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 <timj@gimp.org>
* gtk/gtkcombo.c: fix popup calculations (removal

View File

@ -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:

View File

@ -765,7 +765,7 @@ different styles you can get.
<p>
<? <CENTER> >
<?
<IMG SRC="packbox1.gif" VSPACE="15" HSPACE="10" WIDTH="528" HEIGHT="235"
<IMG SRC="gtk_tut_packbox1.gif" VSPACE="15" HSPACE="10" WIDTH="528" HEIGHT="235"
ALT="Box Packing Example Image">
>
<? </CENTER> >
@ -822,7 +822,7 @@ should make it clearer:
<? <CENTER> >
<?
<IMG ALIGN="center" SRC="packbox2.gif" WIDTH="509" HEIGHT="213"
<IMG ALIGN="center" SRC="gtk_tut_packbox2.gif" WIDTH="509" HEIGHT="213"
VSPACE="15" HSPACE="10" ALT="Box Packing Example Image">
>
<? </CENTER> >
@ -1266,7 +1266,7 @@ Which means it should look something like this:
<p>
<? <CENTER> >
<?
<IMG SRC="table.gif" VSPACE="15" HSPACE="10"
<IMG SRC="gtk_tut_table.gif" VSPACE="15" HSPACE="10"
ALT="Table Packing Example Image" WIDTH="180" HEIGHT="120">
>
<? </CENTER> >

View File

@ -773,7 +773,7 @@ Alla fine per&ograve;, si possono ottenere essenzialmente cinque diversi stili.
<p>
<?
<IMG ALIGN="center" SRC="packbox1.gif"
<IMG ALIGN="center" SRC="gtk_tut_packbox1.gif"
VSPACE="15" HSPACE="10" ALT="Box Packing Example Image" WIDTH="528"
HEIGHT="235">
>
@ -831,7 +831,7 @@ riempimento viene aggiuno a ciascuno dei lati dell'oggetti. La seguente figura
dovrebbe chiarire meglio questo punto:
<?
<IMG ALIGN="center" SRC="packbox2.gif"
<IMG ALIGN="center" SRC="gtk_tut_packbox2.gif"
VSPACE="15" HSPACE="10" ALT="Box Packing Example Image" WIDTH="509"
HEIGHT="213">
>

BIN
docs/gtk_tut_packbox1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
docs/gtk_tut_packbox2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
docs/gtk_tut_table.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -765,7 +765,7 @@ different styles you can get.
<p>
<? <CENTER> >
<?
<IMG SRC="packbox1.gif" VSPACE="15" HSPACE="10" WIDTH="528" HEIGHT="235"
<IMG SRC="gtk_tut_packbox1.gif" VSPACE="15" HSPACE="10" WIDTH="528" HEIGHT="235"
ALT="Box Packing Example Image">
>
<? </CENTER> >
@ -822,7 +822,7 @@ should make it clearer:
<? <CENTER> >
<?
<IMG ALIGN="center" SRC="packbox2.gif" WIDTH="509" HEIGHT="213"
<IMG ALIGN="center" SRC="gtk_tut_packbox2.gif" WIDTH="509" HEIGHT="213"
VSPACE="15" HSPACE="10" ALT="Box Packing Example Image">
>
<? </CENTER> >
@ -1266,7 +1266,7 @@ Which means it should look something like this:
<p>
<? <CENTER> >
<?
<IMG SRC="table.gif" VSPACE="15" HSPACE="10"
<IMG SRC="gtk_tut_table.gif" VSPACE="15" HSPACE="10"
ALT="Table Packing Example Image" WIDTH="180" HEIGHT="120">
>
<? </CENTER> >

View File

@ -773,7 +773,7 @@ Alla fine per&ograve;, si possono ottenere essenzialmente cinque diversi stili.
<p>
<?
<IMG ALIGN="center" SRC="packbox1.gif"
<IMG ALIGN="center" SRC="gtk_tut_packbox1.gif"
VSPACE="15" HSPACE="10" ALT="Box Packing Example Image" WIDTH="528"
HEIGHT="235">
>
@ -831,7 +831,7 @@ riempimento viene aggiuno a ciascuno dei lati dell'oggetti. La seguente figura
dovrebbe chiarire meglio questo punto:
<?
<IMG ALIGN="center" SRC="packbox2.gif"
<IMG ALIGN="center" SRC="gtk_tut_packbox2.gif"
VSPACE="15" HSPACE="10" ALT="Box Packing Example Image" WIDTH="509"
HEIGHT="213">
>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB