diff options
author | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
commit | 84adefa331c4159d432d22840663c38f155cd4c1 (patch) | |
tree | bff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/gs/examples/README | |
download | otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2 otp-84adefa331c4159d432d22840663c38f155cd4c1.zip |
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/gs/examples/README')
-rw-r--r-- | lib/gs/examples/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/gs/examples/README b/lib/gs/examples/README new file mode 100644 index 0000000000..07c2bcb005 --- /dev/null +++ b/lib/gs/examples/README @@ -0,0 +1,24 @@ +Purpose: + Provide short example programs + + +File Description +------------------------------------------------------------------------ +ball.erl A bouncing ball in a window. Demonstrates canvas and oval. +browser.erl How to program a listbox. +calc.erl Simple calculator. The example shows how silly it is to always + pass along object identifiers as arguments. +calc2.erl Using the data field instead. +color_demo.erl Shows hot to program scales. +color_demo2.erl Using Motion events to select a color. +distrib_draw.erl Simple drawing area shared by two nodes. +entry_demo.erl How to use an entry object. +event_test.erl Demonstration of events in gs. +file_dialog.erl A complete(?) file browser using a listbox. +focus_demo.erl A test for focus. +frac.erl Joe's old pxw demo converted to gs. +line_demo.erl A bouncing line in a canvas. +man.erl A Manual page viewer. +menu_demo.erl Menu Demo. How to create menues. +rubber.erl Shows how to do rubberbanding (on a canvas) in Erlang. + |