* Added proper license information in all files and set the $Id property.
git-svn-id: svn://svn.zoy.org/elk/trunk@67 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
parent
769b9f2fa6
commit
2f6428ce84
|
@ -1,3 +1,33 @@
|
||||||
|
/* error.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "unix.h"
|
#include "unix.h"
|
||||||
|
|
||||||
/* We can't know which error codes exist on a given platform. The
|
/* We can't know which error codes exist on a given platform. The
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* fdescr.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "unix.h"
|
#include "unix.h"
|
||||||
|
|
||||||
static SYMDESCR Open_Syms[] = {
|
static SYMDESCR Open_Syms[] = {
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* file.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "unix.h"
|
#include "unix.h"
|
||||||
|
|
||||||
#ifdef HAVE_UTIME_H
|
#ifdef HAVE_UTIME_H
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* lock.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "unix.h"
|
#include "unix.h"
|
||||||
|
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* misc.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "unix.h"
|
#include "unix.h"
|
||||||
|
|
||||||
static Object P_Getpass(prompt) Object prompt; {
|
static Object P_Getpass(prompt) Object prompt; {
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* passwd.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "unix.h"
|
#include "unix.h"
|
||||||
|
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* process.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "unix.h"
|
#include "unix.h"
|
||||||
|
|
||||||
#include <sys/times.h>
|
#include <sys/times.h>
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* signal.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "unix.h"
|
#include "unix.h"
|
||||||
|
|
||||||
static Object Sym_Exit, Sym_Default, Sym_Ignore;
|
static Object Sym_Exit, Sym_Default, Sym_Ignore;
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* system.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "unix.h"
|
#include "unix.h"
|
||||||
|
|
||||||
#if defined(HAVE_UNAME) && !defined(HAVE_GETHOSTNAME)
|
#if defined(HAVE_UNAME) && !defined(HAVE_GETHOSTNAME)
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* temp.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "unix.h"
|
#include "unix.h"
|
||||||
|
|
||||||
#ifdef HAVE_TEMPNAM /* Make sure only one of these is defined (if any) */
|
#ifdef HAVE_TEMPNAM /* Make sure only one of these is defined (if any) */
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* time.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "unix.h"
|
#include "unix.h"
|
||||||
|
|
||||||
#if !defined(HAVE_GETTIMEOFDAY) && defined(HAVE_FTIME)
|
#if !defined(HAVE_GETTIMEOFDAY) && defined(HAVE_FTIME)
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* unix.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "unix.h"
|
#include "unix.h"
|
||||||
|
|
||||||
Object Integer_Pair(a, b) int a, b; {
|
Object Integer_Pair(a, b) int a, b; {
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* unix.h
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "scheme.h"
|
#include "scheme.h"
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* wait.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef __MACH__
|
#ifdef __MACH__
|
||||||
# define _POSIX_SOURCE
|
# define _POSIX_SOURCE
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; ascii.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'asciitext "AsciiText.h")
|
(define-widget-type 'asciitext "AsciiText.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; box.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'box "Box.h")
|
(define-widget-type 'box "Box.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; clock.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'clock "Clock.h")
|
(define-widget-type 'clock "Clock.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; command.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'command "Command.h")
|
(define-widget-type 'command "Command.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; dialog.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'dialog "Dialog.h")
|
(define-widget-type 'dialog "Dialog.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; form.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'form "Form.h")
|
(define-widget-type 'form "Form.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; grip.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'grip "Grip.h")
|
(define-widget-type 'grip "Grip.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; label.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'label "Label.h")
|
(define-widget-type 'label "Label.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; list.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'list "List.h")
|
(define-widget-type 'list "List.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; menubutton.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'menubutton "MenuButton.h")
|
(define-widget-type 'menubutton "MenuButton.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; paned.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'paned "Paned.h")
|
(define-widget-type 'paned "Paned.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; panner.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'panner "Panner.h")
|
(define-widget-type 'panner "Panner.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; porthole.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'porthole "Porthole.h")
|
(define-widget-type 'porthole "Porthole.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; repeater.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'repeater "Repeater.h")
|
(define-widget-type 'repeater "Repeater.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; scrollbar.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'scrollbar "Scrollbar.h")
|
(define-widget-type 'scrollbar "Scrollbar.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; shell.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'shell "")
|
(define-widget-type 'shell "")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; simplemenu.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'simplemenu "SimpleMenu.h")
|
(define-widget-type 'simplemenu "SimpleMenu.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; sme.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'sme "Sme.h")
|
(define-widget-type 'sme "Sme.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; smebsb.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'smebsb "SmeBSB.h")
|
(define-widget-type 'smebsb "SmeBSB.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; smeline.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'smeline "SmeLine.h")
|
(define-widget-type 'smeline "SmeLine.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; stripchart.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'stripchart "StripChart.h")
|
(define-widget-type 'stripchart "StripChart.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; toggle.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'toggle "Toggle.h")
|
(define-widget-type 'toggle "Toggle.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; tree.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'tree "Tree.h")
|
(define-widget-type 'tree "Tree.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; viewport.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'viewport "Viewport.h")
|
(define-widget-type 'viewport "Viewport.h")
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* client.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
static Object Sym_Wm_Hints, Sym_Size_Hints;
|
static Object Sym_Wm_Hints, Sym_Size_Hints;
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* color.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
Generic_Predicate (Color)
|
Generic_Predicate (Color)
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* colormap.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
Generic_Predicate (Colormap)
|
Generic_Predicate (Colormap)
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* cursor.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
Generic_Predicate (Cursor)
|
Generic_Predicate (Cursor)
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* display.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
static Display_Visit (dp, f) Object *dp; int (*f)(); {
|
static Display_Visit (dp, f) Object *dp; int (*f)(); {
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* event.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
#define MAX_ARGS 14
|
#define MAX_ARGS 14
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* extension.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
static Object P_List_Extensions (d) Object d; {
|
static Object P_List_Extensions (d) Object d; {
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* font.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
Object Sym_Char_Info;
|
Object Sym_Char_Info;
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* gcontext.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
static Object Sym_Gc;
|
static Object Sym_Gc;
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* grab.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
static Object Sym_Any;
|
static Object Sym_Any;
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* graphics.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
extern XDrawPoints(), XDrawLines(), XDrawRectangle(), XFillRectangle();
|
extern XDrawPoints(), XDrawLines(), XDrawRectangle(), XFillRectangle();
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* key.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
#ifdef XLIB_RELEASE_5_OR_LATER
|
#ifdef XLIB_RELEASE_5_OR_LATER
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* pixel.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
Generic_Predicate (Pixel)
|
Generic_Predicate (Pixel)
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* pixmap.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
Generic_Predicate (Pixmap)
|
Generic_Predicate (Pixmap)
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* property.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
Object Sym_Now;
|
Object Sym_Now;
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* text.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
extern XDrawText(), XDrawText16();
|
extern XDrawText(), XDrawText16();
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* type.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
static Object Set_Attr_Slots;
|
static Object Set_Attr_Slots;
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* util.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
static Object P_Get_Default (d, program, option) Object d, program, option; {
|
static Object P_Get_Default (d, program, option) Object d, program, option; {
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* window.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
static Object Sym_Set_Attr, Sym_Get_Attr, Sym_Geo;
|
static Object Sym_Set_Attr, Sym_Get_Attr, Sym_Geo;
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* wm.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
static Object Sym_Pointer_Root;
|
static Object Sym_Pointer_Root;
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* xerror.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
static Object V_X_Error_Handler, V_X_Fatal_Error_Handler;
|
static Object V_X_Error_Handler, V_X_Fatal_Error_Handler;
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* xinit.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
||||||
static Object P_Xlib_Release_4_Or_Laterp () {
|
static Object P_Xlib_Release_4_Or_Laterp () {
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* xlib.h
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <X11/X.h>
|
#include <X11/X.h>
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <X11/Xutil.h>
|
#include <X11/Xutil.h>
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* xobjects.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#include "xlib.h"
|
#include "xlib.h"
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; arrow-button.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'arrowbutton '("ArrowB.h" "ArrowBG.h"))
|
(define-widget-type 'arrowbutton '("ArrowB.h" "ArrowBG.h"))
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; bulletin-brd.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'bulletinboard "BulletinB.h")
|
(define-widget-type 'bulletinboard "BulletinB.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; cascade-btn.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'cascadebutton '("CascadeB.h" "CascadeBG.h"))
|
(define-widget-type 'cascadebutton '("CascadeB.h" "CascadeBG.h"))
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; command.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'command "Command.h")
|
(define-widget-type 'command "Command.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; drawing-area.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'drawingarea "DrawingA.h")
|
(define-widget-type 'drawingarea "DrawingA.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; drawn-button.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'drawnbutton "DrawnB.h")
|
(define-widget-type 'drawnbutton "DrawnB.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; file-selectn.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'fileselection "FileSB.h")
|
(define-widget-type 'fileselection "FileSB.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; form.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'form "Form.h")
|
(define-widget-type 'form "Form.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; frame.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'frame "Frame.h")
|
(define-widget-type 'frame "Frame.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; label.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'label '("Label.h" "LabelG.h"))
|
(define-widget-type 'label '("Label.h" "LabelG.h"))
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; list.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'list "List.h")
|
(define-widget-type 'list "List.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; main-window.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'mainwindow "MainW.h")
|
(define-widget-type 'mainwindow "MainW.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; message-box.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'messagebox "MessageB.h")
|
(define-widget-type 'messagebox "MessageB.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; paned-window.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'panedwindow "PanedW.h")
|
(define-widget-type 'panedwindow "PanedW.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; push-button.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'pushbutton '("PushB.h" "PushBG.h"))
|
(define-widget-type 'pushbutton '("PushB.h" "PushBG.h"))
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; row-column.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'rowcolumn "RowColumn.h")
|
(define-widget-type 'rowcolumn "RowColumn.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; scale.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'scale "Scale.h")
|
(define-widget-type 'scale "Scale.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; scroll-bar.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'scrollbar "ScrollBar.h")
|
(define-widget-type 'scrollbar "ScrollBar.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; scrolled-win.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'scrolledwindow "ScrolledW.h")
|
(define-widget-type 'scrolledwindow "ScrolledW.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; selectn-box.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'selectionbox "SelectioB.h")
|
(define-widget-type 'selectionbox "SelectioB.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; separator.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'separator '("Separator.h" "SeparatoG.h"))
|
(define-widget-type 'separator '("Separator.h" "SeparatoG.h"))
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; shell.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'shell '(DialogS.h MenuShell.h))
|
(define-widget-type 'shell '(DialogS.h MenuShell.h))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; arrow-button.d: Used as container for random stuff
|
||||||
;;;
|
;;
|
||||||
;;; Used as container for random stuff
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'support "") ; No include file
|
(define-widget-type 'support "") ; No include file
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; text.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'text "Text.h")
|
(define-widget-type 'text "Text.h")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
;;; -*-Scheme-*-
|
;; toggle-btn.d
|
||||||
|
;;
|
||||||
|
;; $Id$
|
||||||
|
;;
|
||||||
|
;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
;; Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
;;
|
||||||
|
;; This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
;; between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
;;
|
||||||
|
;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
;; owners or individual owners of copyright in this software, grant to any
|
||||||
|
;; person or company a worldwide, royalty free, license to
|
||||||
|
;;
|
||||||
|
;; i) copy this software,
|
||||||
|
;; ii) prepare derivative works based on this software,
|
||||||
|
;; iii) distribute copies of this software or derivative works,
|
||||||
|
;; iv) perform this software, or
|
||||||
|
;; v) display this software,
|
||||||
|
;;
|
||||||
|
;; provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
;; nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
;; the suitability of this software for any purpose nor are held responsible
|
||||||
|
;; for any defects of this software.
|
||||||
|
;;
|
||||||
|
;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
|
||||||
(define-widget-type 'togglebutton '("ToggleB.h" "ToggleBG.h"))
|
(define-widget-type 'togglebutton '("ToggleB.h" "ToggleBG.h"))
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* accelerator.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xt.h"
|
#include "xt.h"
|
||||||
|
|
||||||
XtAccelerators Get_Accelerators (a) Object a; {
|
XtAccelerators Get_Accelerators (a) Object a; {
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* action.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xt.h"
|
#include "xt.h"
|
||||||
|
|
||||||
typedef struct action {
|
typedef struct action {
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* callback.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xt.h"
|
#include "xt.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* class.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xt.h"
|
#include "xt.h"
|
||||||
|
|
||||||
#define MAX_CLASS 128
|
#define MAX_CLASS 128
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* classname.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xt.h"
|
#include "xt.h"
|
||||||
|
|
||||||
#include <X11/IntrinsicP.h>
|
#include <X11/IntrinsicP.h>
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* context.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xt.h"
|
#include "xt.h"
|
||||||
|
|
||||||
static SYMDESCR XtIM_Syms[] = {
|
static SYMDESCR XtIM_Syms[] = {
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* converter.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xt.h"
|
#include "xt.h"
|
||||||
|
|
||||||
#define MAX_CONVERTER 512
|
#define MAX_CONVERTER 512
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* function.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xt.h"
|
#include "xt.h"
|
||||||
|
|
||||||
static max_functions = 512;
|
static max_functions = 512;
|
||||||
|
|
|
@ -1,3 +1,32 @@
|
||||||
|
/* identifier.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xt.h"
|
#include "xt.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* popup.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xt.h"
|
#include "xt.h"
|
||||||
|
|
||||||
static SYMDESCR Grab_Kind_Syms[] = {
|
static SYMDESCR Grab_Kind_Syms[] = {
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* resource.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xt.h"
|
#include "xt.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* translation.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xt.h"
|
#include "xt.h"
|
||||||
|
|
||||||
XtTranslations Get_Translations (t) Object t; {
|
XtTranslations Get_Translations (t) Object t; {
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* widget.c
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin
|
||||||
|
* Copyright 2002, 2003 Sam Hocevar <sam@zoy.org>, Paris
|
||||||
|
*
|
||||||
|
* This software was derived from Elk 1.2, which was Copyright 1987, 1988,
|
||||||
|
* 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written
|
||||||
|
* by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project
|
||||||
|
* between TELES and Nixdorf Microprocessor Engineering, Berlin).
|
||||||
|
*
|
||||||
|
* Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co-
|
||||||
|
* owners or individual owners of copyright in this software, grant to any
|
||||||
|
* person or company a worldwide, royalty free, license to
|
||||||
|
*
|
||||||
|
* i) copy this software,
|
||||||
|
* ii) prepare derivative works based on this software,
|
||||||
|
* iii) distribute copies of this software or derivative works,
|
||||||
|
* iv) perform this software, or
|
||||||
|
* v) display this software,
|
||||||
|
*
|
||||||
|
* provided that this notice is not removed and that neither Oliver Laumann
|
||||||
|
* nor Teles nor Nixdorf are deemed to have made any representations as to
|
||||||
|
* the suitability of this software for any purpose nor are held responsible
|
||||||
|
* for any defects of this software.
|
||||||
|
*
|
||||||
|
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "xt.h"
|
#include "xt.h"
|
||||||
|
|
||||||
extern void XtManageChildren(), XtUnmanageChildren();
|
extern void XtManageChildren(), XtUnmanageChildren();
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue