📄 buttonbox.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 + -