Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

MsgBoxText Class Reference

Contains a set of standard message strings. More...

#include <msgbox.h>

List of all members.

Static Public Attributes

const char* yesText
const char* noText
const char* okText
const char* cancelText
const char* warningText
const char* errorText
const char* informationText
const char* confirmText


Detailed Description

This class stores a set of standard strings used in message boxes.

If you need to change them, see file `tvtext.cc'.

See also:
messageBox

Definition at line 118 of file msgbox.h.


Member Data Documentation

const char * MsgBoxText::cancelText [static]
 

Standard value is "Cancel".

Definition at line 136 of file msgbox.h.

const char * MsgBoxText::confirmText [static]
 

Standard value is "Confirm".

Definition at line 152 of file msgbox.h.

const char * MsgBoxText::errorText [static]
 

Standard value is "Error".

Definition at line 144 of file msgbox.h.

const char * MsgBoxText::informationText [static]
 

Standard value is "Information".

Definition at line 148 of file msgbox.h.

const char * MsgBoxText::noText [static]
 

Standard value is "~N~o".

Definition at line 128 of file msgbox.h.

const char * MsgBoxText::okText [static]
 

Standard value is "O~K~".

Definition at line 132 of file msgbox.h.

const char * MsgBoxText::warningText [static]
 

Standard value is "Warning".

Definition at line 140 of file msgbox.h.

const char * MsgBoxText::yesText [static]
 

Standard value is "~Y~es".

Definition at line 124 of file msgbox.h.


The documentation for this class was generated from the following file:
Generated at Sat Sep 22 20:19:29 2001 for TVision by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001