URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [insight/] [tix/] [unix/] [tixUnixWm.c] - Rev 578
Go to most recent revision | Compare with Previous | Blame | View Log
/* * tixUnixWm.c -- * * Implement the Windows specific function calls for window management. * * 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 "tixUnixInt.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