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

📄 liteclue.h

📁 一个共享源码的音频库4
💻 H
字号:
/* LiteClue.h - Public definitions for LiteClue widget	See LiteClue documentationCopyright 1996 COMPUTER GENERATION, INC.,The software is provided "as is", without warranty of any kind, expressor implied, including but not limited to the warranties ofmerchantability, fitness for a particular purpose and noninfringement.In no event shall Computer Generation, inc. nor the author be liable forany claim, damages or other liability, whether in an action of contract,tort or otherwise, arising from, out of or in connection with thesoftware or the use or other dealings in the software.Permission to use, copy, modify, and distribute this software and itsdocumentation for any purpose and without fee is hereby granted,provided that the above copyright notice appear in all copies and thatboth that copyright notice and this permission notice appear insupporting documentation.Author:Gary Aviv Computer Generation, Inc.,gary@compgen.com*//* Revision History:$Log: LiteClue.h,v $Revision 1.1  2001/02/20 20:29:59  daservisMakefiles and movement for configure scriptsRevision 1.1  2000/08/20 04:47:58  bforsbergAdd mixing class and made several fixesRevision 1.5  1998/09/07 14:06:24  garyAdded const to prototype of XcgLiteClueAddWidget at request from userRevision 1.4  1997/06/15 14:07:56  garyAdded XcgLiteClueDispatchEventRevision 1.3  1997/04/14 13:03:25  garyAdded XgcNwaitperiod XgcNcancelWaitPeriod and c++ wrappersRevision 1.2  1996/10/20 13:39:25  garyVersion 1.2 freezeRevision 1.1  1996/10/19 16:08:04  garyInitial$logAdded const to prototype of XcgLiteClueAddWidget at request from user$log*/#ifndef _DEF_LiteClue_h#define _DEF_LiteClue_h#include <X11/StringDefs.h>/* * New resource names */#define XgcNcancelWaitPeriod	 "cancelWaitPeriod"#define XgcNwaitPeriod	 "waitPeriod"/* * New resource classes */#define XgcCCancelWaitPeriod	"cancelWaitPeriod"#define XgcCWaitPeriod	"WaitPeriod"#if defined(__cplusplus) || defined(c_plusplus)extern "C" { #endifextern WidgetClass xcgLiteClueWidgetClass; typedef struct _LiteClueClassRec *XcgLiteClueWidgetClass;typedef struct _LiteClueRec      *XcgLiteClueWidget;void XcgLiteClueAddWidget(Widget w, Widget watch, const char * text, int size, int option );void XcgLiteClueDeleteWidget(Widget w, Widget watch);void XcgLiteClueSetSensitive(Widget w, Widget watch, Boolean sensitive);Boolean XcgLiteClueGetSensitive(Widget w, Widget watch);Boolean XcgLiteClueDispatchEvent(Widget w, XEvent  *event);#if defined(__cplusplus) || defined(c_plusplus)}#endif#endif

⌨️ 快捷键说明

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