Functions

Language Dependent String Messages
[Utilities]

Collaboration diagram for Language Dependent String Messages:

Functions

void iupStrMessageShowError (Ihandle *parent, const char *message)
char * iupStrMessageGet (const char *message)

Detailed Description

String database that is dependend of the selected language.
See iup_strmessage.h

Function Documentation

void iupStrMessageShowError ( Ihandle *  parent,
const char *  message 
)

Pre-defined dialog to show an error message. Based in IupMessageDlg. Message can be a registered coded message or a commom string.

char* iupStrMessageGet ( const char *  message  ) 

Returns a common string from a registered coded message. The returned string depends on the global LANGUAGE attribute.