[go: up one dir, main page]

Menu

[r189]: / trunk / grop / util.h  Maximize  Restore  History

Download this file

26 lines (19 with data), 696 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//=======================================================================
// util.h
//-----------------------------------------------------------------------
// This file is part of the package porg
// Copyright (C) 2015 David Ricart
// For more information visit http://porg.sourceforge.net
//=======================================================================
#ifndef GROP_UTIL_H
#define GROP_UTIL_H 1
#include "config.h"
#include <iosfwd>
#include <gtkmm/window.h>
namespace Grop
{
extern void main_iter();
extern bool run_question_dialog(std::string const&, Gtk::Window*);
extern void run_error_dialog(std::string const&, Gtk::Window*);
} // namespace Grop
#endif // GROP_UTIL_H