📄 util.h
字号:
//=======================================================================// util.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_UTIL_H#define GPACO_UTIL_H 1#include <gtkmm/button.h>namespace Gtk{ class StockID;}namespace Gpaco{extern void refreshMainLoop();extern bool questionDialog(Gtk::Window*, Glib::ustring const&);extern void errorDialog(Gtk::Window*, Glib::ustring const&, bool fatal = false);class Button : public Gtk::Button{ public: Button(Gtk::StockID const&, Glib::ustring const&);}; // class Button} // namespace Gpaco#endif // GPACO_UTIL_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -