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