diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-04-19 15:56:08 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-04-19 15:56:08 (GMT) |
commit | 08365425f6ec63335951d831918b5fa5ec4934c1 (patch) | |
tree | 87e2523aec71a77f7715ed4583d333a39f27ecaa /Mac/Demo/example2.html | |
parent | 8444507faf45eb14bc19be4371a766c05d684aa2 (diff) | |
download | cpython-08365425f6ec63335951d831918b5fa5ec4934c1.zip cpython-08365425f6ec63335951d831918b5fa5ec4934c1.tar.gz cpython-08365425f6ec63335951d831918b5fa5ec4934c1.tar.bz2 |
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.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/Mac/Demo/example2.html b/Mac/Demo/example2.html index 3bd2791..aebe73d 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 |