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