avifiletcl.h

来自「简单的vc视频捕捉」· C头文件 代码 · 共 16 行

H
16
字号
// avifiletcl.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 01/07/2002

#include <tk.h>

void avifileInit();
// Initialization of avifiletcl functions
// Call once before using the functions of this file

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

⌨️ 快捷键说明

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