util.h

来自「About: Paco (pacKAGE oRGANIZER) is a si」· C头文件 代码 · 共 39 行

H
39
字号
//=======================================================================// 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 + =
减小字号Ctrl + -
显示快捷键?