aboutdlg.h
来自「linux上网直通车的整个程序(含源程序)初版(可供局域网」· C头文件 代码 · 共 41 行
H
41 行
#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 + =
减小字号Ctrl + -
显示快捷键?