fontselection.hh
来自「gfc编程示例 gfc sample of Linux GFC」· HH 代码 · 共 19 行
HH
19 行
#include <gfc/main.hh>#include <gfc/gtk/label.hh>#include <gfc/gtk/window.hh>using namespace GFC;class FontSelectionWindow : public Gtk::Window{ Gtk::Label *label;protected: void on_select_font();public: FontSelectionWindow(); virtual ~FontSelectionWindow();};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?