aboutsummaryrefslogtreecommitdiff
path: root/popup/README.txt
diff options
context:
space:
mode:
authorB. Bogart <bbogart@users.sourceforge.net>2004-03-10 21:40:13 +0000
committerB. Bogart <bbogart@users.sourceforge.net>2004-03-10 21:40:13 +0000
commit91f0dbd5956391b11ecf9bbbea315ac68e9386ba (patch)
tree16f08d5d223c1fb8bba7dd1b53bf9d73fe2d3ec2 /popup/README.txt
parentd17a4f9c58a9160593a0a919b744b1ed1fae7e63 (diff)
The first argument is now pixel rather than character width, bounding-box is drawn correctly, and added a little documentation and GPL.
svn path=/trunk/externals/bbogart/; revision=1406
Diffstat (limited to 'popup/README.txt')
-rw-r--r--popup/README.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/popup/README.txt b/popup/README.txt
new file mode 100644
index 0000000..5cd0983
--- /dev/null
+++ b/popup/README.txt
@@ -0,0 +1,37 @@
+This is the readme for "popup" a popup menu for PD.
+
+popup is Copyright Ben Bogart 2003
+
+If you have any questions/comments you can reach the author at ben@ekran.org.
+
+This program is distributed under the terms of the GNU General Public
+License
+
+PSO is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+PSO is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with PSO; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+USAGE:
+
+PD: Put it in your extra folder.
+
+Arguments: [pixel width] [background colour] [name] [opt1] [opt2] [...]
+
+Methods:
+
+ float Select index value
+ name [name] Popup's name
+ bgcolour [colour] Background Colour (white, green, #5500ff)
+ options [opt1] [...] List of the popup options
+
+Have Fun.