gdkconfig.h

来自「windows平台下开发gtk程序所需要的库和头文件等」· C头文件 代码 · 共 36 行

H
36
字号
/* gdkconfig.h * * This is a generated file.  Please modify `configure.in' */#ifndef GDKCONFIG_H#define GDKCONFIG_H#ifdef __cplusplusextern "C" {#endif /* __cplusplus */#ifndef GSEAL/* introduce GSEAL() here for all of Gdk and Gtk+ without the need to modify GLib */#  ifdef GSEAL_ENABLE#    define GSEAL(ident)      _g_sealed__ ## ident#  else#    define GSEAL(ident)      ident#  endif#endif /* !GSEAL */#define GDK_NATIVE_WINDOW_POINTER#define GDK_WINDOWING_WIN32#define GDK_HAVE_WCHAR_H 1#define GDK_HAVE_WCTYPE_H 1#define GDK_HAVE_BROKEN_WCTYPE 1#ifdef __cplusplus}#endif /* __cplusplus */#endif /* GDKCONFIG_H */

⌨️ 快捷键说明

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