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

📄 aboutdlg.h

📁 linux上网直通车的整个程序(含源程序)初版(可供局域网
💻 H
字号:
#ifndef _ABOUT_DLG_H_#define _ABOUT_DLG_H_#include <gtkmm.h>class CAboutDlg:public Gtk::Dialog{ public:  CAboutDlg();  ~CAboutDlg(); protected:   Glib::ustring kpassport_brief;  Gtk::HBox m_hbox_kpassport;  Gtk::Image m_image_logo;  Gtk::Label m_label_brief;  Gtk::Notebook       m_notebook_about;  Gtk::ScrolledWindow m_scrollwin_authors;  Gtk::TextView       m_textview_authors;  Gtk::ScrolledWindow m_scrollwin_license;  Gtk::TextView       m_textview_license;  Glib::RefPtr<Gtk::TextBuffer> m_refTextBufferAuthors, m_refTextBufferLicense; private:   };#endif // _ABOUT_DLG_H_

⌨️ 快捷键说明

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