📄 config.h.in
字号:
/* Define UNIX when compiling on Linux/BSD/Solaris/Tru64/Darwin */#undef GTK_SERVER_UNIX/* Define BSD if OS is ***BSD */#undef GTK_SERVER_BSD/* Define SOLARIS if OS is Solaris */#undef GTK_SERVER_SOLARIS/* Define X64_64 if OS is 64-bit */#undef GTK_SERVER_X86_64/* Define DARWIN if OS is MAC compatible */#undef GTK_SERVER_DARWIN/* Define TRU64 if OS is Tru64Unix */#undef GTK_SERVER_TRU64/* Define WIN32 when compiling with MINGW */#undef GTK_SERVER_WIN32/* Define NOSNPRINTF when 'snprintf' is not available */#undef GTK_SERVER_NOSNPRINTF /* Define GTK1 when linking with GTK1.x */#undef GTK_SERVER_GTK1x/* Define GTK2 when linking with GTK2.x */#undef GTK_SERVER_GTK2x/* Define XForms when using the XForms backend */#undef GTK_SERVER_XF/* Define LIBRARY when compiling as shared object */#undef GTK_SERVER_LIBRARY/* Define SLANG when compiling for S-Lang */#undef GTK_SERVER_SLANG/* Define SCRIPTBASIC when compiling for ScriptBasic */#undef GTK_SERVER_SCRIPTBASIC/* Define KSH93 when compiling for Kornshell93 */#undef GTK_SERVER_KSH93/* Define FFI to use libFFI */#undef GTK_SERVER_FFI/* Define FFCALL to use FFCALL */#undef GTK_SERVER_FFCALL/* Define CINV to use C/Invoke */#undef GTK_SERVER_CINV/* Define DYNCALL to use Dyncall */#undef GTK_SERVER_DYNCALL/* Define LONG argument for getsockopt (Tru64Unix) */#undef GTK_SERVER_SOCK_LONG/* Define SSL if OpenSSL is available */#undef GTK_SERVER_USE_SSL
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -