summaryrefslogtreecommitdiff
path: root/Mac/Demo/example2.html
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-04-19 15:56:08 +0000
committerJack Jansen <jack.jansen@cwi.nl>1996-04-19 15:56:08 +0000
commit474cefbcabe4e197262a46803cfb77f73fe33114 (patch)
tree92466d3db0919169e1b46a42ab38e17c70456d1b /Mac/Demo/example2.html
parent609ff13aa64d087f3938121c0b3778e5af68d778 (diff)
downloadcpython-474cefbcabe4e197262a46803cfb77f73fe33114.tar.gz
Added documentation on FrameWork, TextEdit and Waste
Updated minor things in the other documents (pathnames, etc)
Diffstat (limited to 'Mac/Demo/example2.html')
-rw-r--r--Mac/Demo/example2.html18
1 files changed, 8 insertions, 10 deletions
diff --git a/Mac/Demo/example2.html b/Mac/Demo/example2.html
index 3bd2791b9f..aebe73d293 100644
--- a/Mac/Demo/example2.html
+++ b/Mac/Demo/example2.html
@@ -11,7 +11,7 @@ HREF="example2/InterslipControl-2.py">Source</A> and resource file (in
binary and <A HREF="example2/InterslipControl-2.rsrc.hqx">BinHex</A>
form for downloading) are available in the folder <A
HREF="example2">example2</A>. If you want to run the program on your
-machine you will also need a new copy of <A
+machine and you have Python 1.3 or earlier you will also need a new copy of <A
HREF="update-to-1.3/FrameWork.py">FrameWork.py</A>, which has been
updated since the 1.3 release. <p>
@@ -61,15 +61,13 @@ now. It will create a menu bar with an Apple menu with the about box
and a "File" menu with some pythonesque choices (which do nothing
interesting, by the way) and a "Quit" command that works. <p>
-<CITE>
-A more complete description of <A NAME="framework">FrameWork</A> is
-sorely needed, and will (at some point) be incorporated in the
-programmers manual or in place of this paragraph. For now you'll have
-to make do with the knowledge that you use FrameWork by building your
-classes upon the classes provided by it and selectively overriding
-methods to extend its functionality (or override the default
-behaviour). And you should read the Source, of Course:-) <p>
-</CITE>
+<BLOCKQUOTE>
+If you have not used <code>FrameWork</code> before you may want to
+first take a look at the <A HREF="textedit.html">Pathetic EDitor</A>
+example, which builds a minimal text editor using FrameWork and TextEdit.
+On the other hand: we don't use many features of FrameWork, so you could
+also continue with this document.
+</BLOCKQUOTE>
After the imports we get the definitions of resource-IDs in our
resource file, slightly changed from the previous version of our