+ // The identifier for the affirmative button
+ void SetAffirmativeId(int affirmativeId) { m_affirmativeId = affirmativeId; }
+ int GetAffirmativeId() const { return m_affirmativeId; }
+
+ // Identifier for Esc key translation
+ void SetEscapeId(int escapeId) { m_escapeId = escapeId; }
+ int GetEscapeId() const { return m_escapeId; }
+