⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 i18n.h

📁 A GTK sound font editor. Sound font files are used to synthesize instruments from audio samples for
💻 H
字号:
#ifndef __I18N_H__#define __I18N_H__#include <config.h>#ifndef _#if defined(ENABLE_NLS)#  include <libintl.h>#  define _(x) gettext(x)#  ifdef gettext_noop#    define N_(String) gettext_noop (String)#  else#    define N_(String) (String)#  endif#else#  define N_(String) (String)#  define _(x) (x)#  define gettext(x) (x)#endif#endif#endif /* _ST_I18N_H */

⌨️ 快捷键说明

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