MeteoIODoc  MeteoIODoc-2.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MessageBoxX11.h
Go to the documentation of this file.
1 #ifndef MESSAGEBOXX11_H
2 #define MESSAGEBOXX11_H
3 
4 #ifdef __linux
5 void MessageBoxX11( const char* title, const char* text );
6 #endif
7 
8 #endif