?? globals.h
字號:
#ifndef GLOBALS_H_
#define GLOBALS_H_
#include <assert.h>#define GETTEXT_PACKAGE "gtk20"#include <glib/gi18n-lib.h>
/*
* Объявим екстерны колбэков в си-виде,
* чтобы глейд мог подхватить их в рантайме
*/#define CDECL extern "C"voidshow_message(void *widget, const gchar *mesg);gchar *display_save_dlg ();voidset_new_sheet (const gboolean v);voidset_modified (const bool v);
#endif // GLOBALS_H_
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -