]> git.lyx.org Git - lyx.git/blob - src/frontends/Alert_pimpl.h
Really dull and boring header shit
[lyx.git] / src / frontends / Alert_pimpl.h
1 /**
2  * \file Alert_pimpl.h
3  * Read the file COPYING
4  *
5  * \author John Levon 
6  *
7  * Full author contact details are available in file CREDITS
8  */
9
10 #include "debug.h"
11
12 // GUI-specific implementations
13 void alert_pimpl(string const & s1, string const & s2, string const & s3);
14 bool askQuestion_pimpl(string const & s1, string const & s2, string const & s3);
15 int askConfirmation_pimpl(string const & s1, string const & s2, string const & s3);
16 std::pair<bool, string> const askForText_pimpl(string const & msg, string const & dflt);