OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tk/] [unix/] [tkUnixInt.h] - Blame information for rev 1770

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/*
2
 * tkUnixInt.h --
3
 *
4
 *      This file contains declarations that are shared among the
5
 *      UNIX-specific parts of Tk but aren't used by the rest of
6
 *      Tk.
7
 *
8
 * Copyright (c) 1995-1997 Sun Microsystems, Inc.
9
 *
10
 * See the file "license.terms" for information on usage and redistribution
11
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
12
 *
13
 * RCS: @(#) $Id: tkUnixInt.h,v 1.1.1.1 2002-01-16 10:26:01 markom Exp $
14
 */
15
 
16
#ifndef _TKUNIXINT
17
#define _TKUNIXINT
18
 
19
/*
20
 * Prototypes for procedures that are referenced in files other
21
 * than the ones they're defined in.
22
 */
23
 
24
EXTERN void             TkCreateXEventSource _ANSI_ARGS_((void));
25
EXTERN TkWindow *       TkpGetContainer _ANSI_ARGS_((TkWindow *embeddedPtr));
26
EXTERN TkWindow *       TkpGetWrapperWindow _ANSI_ARGS_((TkWindow *winPtr));
27
EXTERN Window           TkUnixContainerId _ANSI_ARGS_((TkWindow *winPtr));
28
EXTERN int              TkUnixDoOneXEvent _ANSI_ARGS_((Tcl_Time *timePtr));
29
EXTERN void             TkUnixSetMenubar _ANSI_ARGS_((Tk_Window tkwin,
30
                                Tk_Window menubar));
31
 
32
#endif /* _TKUNIXINT */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.