2
# "$Id: help.py 28 2003-07-16 20:00:27Z andreasheld $"
4
# Help test program for pyFLTK the Python bindings
5
# for the Fast Light Tool Kit (FLTK).
7
# FLTK copyright 1998-1999 by Bill Spitzak and others.
8
# pyFLTK copyright 2003 by Andreas Held and others.
10
# This library is free software you can redistribute it and/or
11
# modify it under the terms of the GNU Library General Public
12
# License as published by the Free Software Foundation either
13
# version 2 of the License, or (at your option) any later version.
15
# This library is distributed in the hope that it will be useful,
16
# but WITHOUT ANY WARRANTY without even the implied warranty of
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
# Library General Public License for more details.
20
# You should have received a copy of the GNU Library General Public
21
# License along with this library if not, write to the Free Software
22
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
25
# Please report all bugs and problems to "pyfltk-user@lists.sourceforge.net".
31
help = Fl_Help_Dialog()
34
help.load("../docs/pyFltk.html")
36
help.load(sys.argv[1]);