📄 avidibtcl.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -