41#ifndef INCLUDED_MESSAGE_H
42#define INCLUDED_MESSAGE_H
46#if defined( GLS_EDITOR_CODE ) && !defined( ALLOW_EDITOR_CODE_TO_USE_MESSAGE_H )
47# error "Editor code should not include message.h which uses FLTK. Use editor_message.h instead."
81DISTI_EXPORT
void MsgBox( const
char* s, ... );
86DISTI_EXPORT
void Error( const
char* s, ... );
98DISTI_EXPORT
int Question( const
char* s, ... );
109DISTI_EXPORT
int Choice( const
char* b0, const
char* b1, const
char* b2, const
char* s, ... );
121DISTI_EXPORT
int ChoiceWithDefault( const
char* b0, const
char* b1, const
char* b2, const
int defaultChoice, const
char* s, ... );
Definition: message_dialogs.h:51
A file for all GL Studio files to include.
Macros and helper code to determine what subset of C++11/14/17 is available.
#define DISTI_DEPRECATED(msg)
Defines whether this compiler supports the C++14 deprecated attribute.
Definition: gls_cpp_lang_support.h:457
A file for all GL Studio files to include.
Force inclusion of the DirectShow library.
Definition: bmpimage.h:47
void MsgBox(const char *s,...)
int Question(const char *s,...)
void PopupsUseCommandLine(bool)
void EnableDialogs(bool)
Suppresses popup messages when false, defaults to true.
int Choice(const char *b0, const char *b1, const char *b2, const char *s,...)
void Error(const char *s,...)
void SetMessageDialogs(MessageDialogs *dlgs)
int ChoiceWithDefault(const char *b0, const char *b1, const char *b2, const int defaultChoice, const char *s,...)
void Error_NoVarArg(const char *s)