URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [tix/] [win/] [tixWinWm.c] - Rev 1780
Go to most recent revision | Compare with Previous | Blame | View Log
/* * tixWinWm.c -- * * Functions related to window management that are specific to * the Windows platform * * Copyright (c) 1996, Expert Interface Technologies * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * */ #include "tixWinInt.h" int TixpSetWindowParent(interp, tkwin, newParent, parentId) Tcl_Interp * interp; Tk_Window tkwin; Tk_Window newParent; int parentId; { return TCL_OK; }
Go to most recent revision | Compare with Previous | Blame | View Log