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

📄 tkmacresource.r

📁 linux系统下的音频通信
💻 R
字号:
/* * tkMacResources.r -- * *	This file creates resources for use in a simple shell. *	This is designed to be an example of using the Tcl/Tk  *	libraries in a Macintosh Application. * * Copyright (c) 1993-1994 Lockheed Missle & Space Company, AI Center * Copyright (c) 1995-1997 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * * SCCS: @(#) tkMacResource.r 1.35 97/11/03 17:16:34 *//* * We define SystemSevenOrLater so that our dialogs may use the  * auto center feature. */#define SystemSevenOrLater 1#include <Types.r>#include <SysTypes.r>/* * The folowing include and defines help construct * the version string for Tcl. */#define RESOURCE_INCLUDED#include "tcl.h"#include "tk.h"#if (TK_RELEASE_LEVEL == 0)#   define RELEASE_LEVEL alpha#elif (TK_RELEASE_LEVEL == 1)#   define RELEASE_LEVEL beta#elif (TK_RELEASE_LEVEL == 2)#   define RELEASE_LEVEL final#endif#if (TK_RELEASE_LEVEL == 2)#   define MINOR_VERSION (TK_MINOR_VERSION * 16) + TK_RELEASE_SERIAL#else#   define MINOR_VERSION TK_MINOR_VERSION * 16#endifresource 'vers' (1) {	TK_MAJOR_VERSION, MINOR_VERSION,	RELEASE_LEVEL, 0x00, verUS,	TK_PATCH_LEVEL,	TK_PATCH_LEVEL ", by Ray Johnson 

⌨️ 快捷键说明

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