DDraceNetwork Documentation
Loading...
Searching...
No Matches
IGraphics::CMessageBoxButton Class Reference

#include <graphics.h>

Public Attributes

const charm_pLabel = nullptr
 
bool m_Confirm = false
 
bool m_Cancel = false
 

Detailed Description

Description of a message box popup button.

See also
CMessageBox

Member Data Documentation

◆ m_Cancel

bool IGraphics::CMessageBoxButton::m_Cancel = false

Whether the escape key activates this button.

Remarks
Closing the popup with the window manager will also cause this button to be activated.

◆ m_Confirm

bool IGraphics::CMessageBoxButton::m_Confirm = false

Whether the enter key activates this button.

◆ m_pLabel

const char* IGraphics::CMessageBoxButton::m_pLabel = nullptr

The label of this button.

Remarks
This needs to be short because some systems do not increase the button sizes.

The documentation for this class was generated from the following file: