avidibtcl.h

来自「G729语音压缩的很好的离子和示范 大家来下载吧」· C头文件 代码 · 共 16 行

H
16
字号
// avidibtcl.h
// Emmanuel Grolleau (c) 2002
// This file is a part of AviCapTcl
// Describes the interface between the class TCLAVIFile and tcl/tk

// Version 1.0.0.0
// Last modification 02/26/2002

#include <tk.h>

void dibInit();
// Initialization of dibtcl functions
// Call once before using the functions of this file

int dibCmd(ClientData clientData, Tcl_Interp *interp,int argc, Tcl_Obj *CONST argv[]);
// Creates a new dib widget

⌨️ 快捷键说明

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