⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 itkmactclcode.r

📁 linux 下的源代码分析阅读器 red hat公司新版
💻 R
字号:
/* *  itkMacTclCode.r * *  This file includes the Itk code that is needed to startup Itk. *  It is to be included either in the resource fork of the shared library, or in the *  resource fork of the application for a statically bound application. * *  Jim Ingham *  Lucent Technologies 1996 * */ #define ITK_LIBRARY_RESOURCES 3500/*  * We now load the Itk library into the resource fork of the application. */read 'TEXT' (ITK_LIBRARY_RESOURCES+1, "itk", purgeable) 	"::library:itk.tcl";read 'TEXT' (ITK_LIBRARY_RESOURCES+3, "Itk_Archetype", purgeable) 	"::library:Archetype.itk";read 'TEXT' (ITK_LIBRARY_RESOURCES+4, "Itk_Widget", purgeable) 	"::library:Widget.itk";read 'TEXT' (ITK_LIBRARY_RESOURCES+5, "Itk_Toplevel", purgeable) 	"::library:Toplevel.itk";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -