about.h
来自「About: Paco (pacKAGE oRGANIZER) is a si」· C头文件 代码 · 共 37 行
H
37 行
//=======================================================================// About.h//-----------------------------------------------------------------------// This file is part of the package paco// Copyright (C) 2004-2007 David Rosal <david.3r@gmail.com>// For more information visit http://paco.sourceforge.net//=======================================================================#ifndef GPACO_ABOUT_H#define GPACO_ABOUT_H#include <gtkmm/aboutdialog.h>namespace Gpaco {class About : public Gtk::AboutDialog{ public: static void instance(); private: About(); ~About(); static About* spAbout; void kill(int);};} // namespace Gpaco#endif // GPACO_ABOUT_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?