From 91f0dbd5956391b11ecf9bbbea315ac68e9386ba Mon Sep 17 00:00:00 2001 From: "B. Bogart" Date: Wed, 10 Mar 2004 21:40:13 +0000 Subject: 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 --- popup/README.txt | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 popup/README.txt (limited to 'popup/README.txt') 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. -- cgit v1.2.1