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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [insight/] [tix/] [win/] [tixWinWm.c] - Blame information for rev 1782

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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