25 #ifndef GUI_POPUPS_TEXTPOPUP_H 
   26 #define GUI_POPUPS_TEXTPOPUP_H 
   57         void show(
const int x, 
const int y, 
const std::string &str1)
 
   59             show(
x, 
y, str1, 
static_cast<const char*
>(
""),
 
   60                 static_cast<const char*
>(
""));
 
   66         void show(
const int x, 
const int y, 
const std::string &str1,
 
   67                   const std::string &str2)
 
   68         { 
show(
x, 
y, str1, str2, 
static_cast<const char*
>(
"")); }
 
   73         void show(
const int x, 
const int y, 
const std::string &str1,
 
   74                   const std::string &str2, 
const std::string &str3);
 
#define A_DELETE_COPY(func)