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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tix/] [unix/] [tixUnixWm.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/*
2
 * tixUnixWm.c --
3
 *
4
 *      Implement the Windows specific function calls for window management.
5
 *
6
 * Copyright (c) 1996, Expert Interface Technologies
7
 *
8
 * See the file "license.terms" for information on usage and redistribution
9
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
10
 *
11
 */
12
 
13
#include "tixUnixInt.h"
14
 
15
int
16
TixpSetWindowParent(interp, tkwin, newParent, parentId)
17
    Tcl_Interp * interp;
18
    Tk_Window tkwin;
19
    Tk_Window newParent;
20
    int parentId;
21
{
22
    return TCL_OK;
23
}

powered by: WebSVN 2.1.0

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