buttons.hh

来自「gfc编程示例 gfc sample of Linux GFC」· HH 代码 · 共 24 行

HH
24
字号
#include <gfc/main.hh>#include <gfc/gtk/button.hh>#include <gfc/gtk/window.hh>using namespace GFC;class ImageButton : public Gtk::Button{protected:	virtual void on_clicked();public:	ImageButton(const String& xpm_filename, const String& label_text);	virtual ~ImageButton();};class ButtonWindow : public Gtk::Window{public:	ButtonWindow();	virtual ~ButtonWindow();};

⌨️ 快捷键说明

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