]> git.lyx.org Git - lyx.git/blob - src/frontends/Alert_pimpl.h
ws change
[lyx.git] / src / frontends / Alert_pimpl.h
1 /**
2  * \file Alert_pimpl.h
3  * Copyright 2001 the LyX Team
4  * Read the file COPYING
5  *
6  * \author John Levon <moz@compsoc.man.ac.uk>
7  */
8
9 #include "debug.h"
10
11 // GUI-specific implementations
12 void alert_pimpl(string const & s1, string const & s2, string const & s3);
13 bool askQuestion_pimpl(string const & s1, string const & s2, string const & s3);
14 int askConfirmation_pimpl(string const & s1, string const & s2, string const & s3);
15 std::pair<bool, string> const askForText_pimpl(string const & msg, string const & dflt);