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

📄 progressbar.hh

📁 gfc编程示例 gfc sample of Linux GFC
💻 HH
字号:
#include <gfc/main.hh>#include <gfc/gtk/progressbar.hh>#include <gfc/gtk/window.hh>using namespace GFC;class ProgressBarWindow : public Gtk::Window{	Gtk::ProgressBar *progress_bar;	bool activity_mode;	sigc::connection timeout_connection;protected:	bool on_timeout();	void on_toggle_show_text();	void on_toggle_activity_mode();	void on_toggle_orientation();public:	ProgressBarWindow();	~ProgressBarWindow();};

⌨️ 快捷键说明

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