Dialog for viewing non-editable text. More...
#include <mgui/dlgtextv.h>

Public Types | |
| enum | STYLE { STYLE_Normal = 0x00000000, STYLE_UseFixedWidthFont = 0x00000001 } |
Public Member Functions | |
| DLG_TEXTVIEW (const MISTRING &title, HELPID HelpID=HELPID__None, STYLE style=STYLE_Normal) | |
| virtual | ~DLG_TEXTVIEW () |
| void | SetText (const MIUNICODE *string) |
| void | SetText (const MISTRING &string) |
Dialog for viewing non-editable text.
Style settings, may be combined.
Reimplemented from MGUI::DLGSHELL.
| MGUI::DLG_TEXTVIEW::DLG_TEXTVIEW | ( | const MISTRING & | title, | |
| HELPID | HelpID = HELPID__None, |
|||
| STYLE | style = STYLE_Normal | |||
| ) |
Constructor.
| title | Title string, can use TEXTID also | |
| HelpID | Help ID |
| virtual MGUI::DLG_TEXTVIEW::~DLG_TEXTVIEW | ( | ) | [virtual] |
Destructor.
| void MGUI::DLG_TEXTVIEW::SetText | ( | const MIUNICODE * | string | ) |
Set text to display from MIUNICODE string.
1.6.1