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

📄 buttonbox.hh

📁 gfc编程示例 gfc sample of Linux GFC
💻 HH
字号:
#include <gfc/main.hh>#include <gfc/gtk/button.hh>#include <gfc/gtk/buttonbox.hh>#include <gfc/gtk/frame.hh>#include <gfc/gtk/window.hh>using namespace GFC;class ButtonBoxFrame : public Gtk::Frame{public:	ButtonBoxFrame(bool horizontal, const char *title, int spacing, Gtk::ButtonBoxStyle layout);	virtual ~ButtonBoxFrame();};class ButtonBoxWindow : public Gtk::Window{public:	ButtonBoxWindow();	virtual ~ButtonBoxWindow();};

⌨️ 快捷键说明

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