Add RCS-ID and normalize whitespace
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
// Purpose: wxMessageDialog class
|
||||
// Author: Gareth Simpson
|
||||
// Created: 2007-10-29
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -50,11 +51,11 @@ public:
|
||||
const wxString& caption = wxMessageBoxCaptionStr,
|
||||
long style = wxOK|wxCENTRE,
|
||||
const wxPoint& pos = wxDefaultPosition);
|
||||
|
||||
virtual ~wxCocoaMessageDialog();
|
||||
|
||||
virtual int ShowModal();
|
||||
|
||||
virtual ~wxCocoaMessageDialog();
|
||||
|
||||
virtual int ShowModal();
|
||||
|
||||
// customization of the message box
|
||||
virtual bool SetYesNoLabels(const wxString& yes,const wxString& no);
|
||||
virtual bool SetYesNoCancelLabels(const wxString& yes, const wxString& no, const wxString& cancel);
|
||||
@@ -66,16 +67,16 @@ protected:
|
||||
virtual void DoSetSize(int WXUNUSED(x), int WXUNUSED(y),
|
||||
int WXUNUSED(width), int WXUNUSED(height),
|
||||
int WXUNUSED(sizeFlags) = wxSIZE_AUTO) {}
|
||||
|
||||
|
||||
// 2.8: These are in the base class in trunk:
|
||||
wxString m_message,
|
||||
m_extendedMessage,
|
||||
m_caption;
|
||||
private:
|
||||
wxString m_yes,
|
||||
m_no,
|
||||
m_ok,
|
||||
m_cancel;
|
||||
wxString m_yes,
|
||||
m_no,
|
||||
m_ok,
|
||||
m_cancel;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user