stdafx.h

来自「WinCVS 源码,流行的CVS客户端源码程序」· C头文件 代码 · 共 14 行

H
14
字号
/* compatibility */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */

/* the GTK assert */
#define UASSERT g_assert

#include <gtk/gtk.h>

extern "C" {
	GtkLabel *getLabelFromContainer(GtkContainer *w);
}

⌨️ 快捷键说明

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