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

📄 wastetimewindow.h

📁 Developing with Gnome一书examples例子代码
💻 H
字号:
#ifndef WASTE_TIME_WINDOW_H#define WASTE_TIME_WINDOW_H#include <libglademm.h>#include <gtkmm.h>class WasteTimeWindow : public Gtk::Window{public:  WasteTimeWindow(BaseObjectType* cobject,                  const Glib::RefPtr<Gnome::Glade::Xml>& glade_xml);  virtual ~WasteTimeWindow();protected:  virtual bool on_delete_event(GdkEventAny* event);  bool         update_progress_bar();  Gtk::ProgressBar* d_progress_bar;  Glib::Timer       d_wasted_time_tracker;  sigc::connection  d_timeout_function_connection;};#endif // WASTE_TIME_WINDOW_H

⌨️ 快捷键说明

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