Initial commit
[amiga/OpenBoopsi.git] / gadgets / PIPWin / PIPWin.readme
1 Short:    Picture In Picture window/boopsi class (binary + C source)
2 Author:   bernie@shock.cosmos.it (Bernardo Innocenti)
3 Uploader: bernie@shock.cosmos.it (Bernardo Innocenti)
4 Type:     dev/src
5 Version:  2.6
6 Replaces: dev/src/PIPWin.lha
7
8  PIPWin opens a window on any public screen which shows the contents of
9 a user selected public screen. You can resize and scroll by dragging
10 inside the window or using the cursor keys.
11
12 The source code demonstrates how to:
13
14         * Building a `boopsi' class on top of the gadgetclass
15
16         * Writing a `boopsi' dispatcher with complex input handling
17
18         * Using `boopsi' sysiclass images
19
20         * Connecting `boopsi' objects together using the icclass
21
22         * Overlaying the buttongclass to make a scrollbutton
23
24         * Creating a sizeable window with sliders
25
26         * Making a C program with no startup and no need to link
27           with static libraries such as amiga.lib
28
29         * Using the timer.device
30
31         * Making Amiga specific code which works with SAS/C,
32           GCC and StormC.
33
34         * Correctly opening/closing libraries, devices and other
35           system resources
36
37         * Parsing command line arguments with ReadArgs()