projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove some controls from limited screen area of Smartphone.
[wxWidgets.git]
/
src
/
os2
/
button.cpp
diff --git
a/src/os2/button.cpp
b/src/os2/button.cpp
index 150685d88e693a16098b161543b9ad9b4f3da0f4..05a44eb6cc5db80a0057eaffaa307f2bd3c0e334 100644
(file)
--- a/
src/os2/button.cpp
+++ b/
src/os2/button.cpp
@@
-6,7
+6,7
@@
// Created: 10/13/99
// RCS-ID: $Id$
// Copyright: (c) David Webster
// Created: 10/13/99
// RCS-ID: $Id$
// Copyright: (c) David Webster
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
// For compilers that support precompilation, includes "wx.h".
/////////////////////////////////////////////////////////////////////////////
// For compilers that support precompilation, includes "wx.h".
@@
-23,6
+23,7
@@
#include "wx/scrolwin.h"
#endif
#include "wx/scrolwin.h"
#endif
+#include "wx/stockitem.h"
#include "wx/os2/private.h"
#define BUTTON_HEIGHT_FROM_CHAR_HEIGHT(cy) (11*EDIT_HEIGHT_FROM_CHAR_HEIGHT(cy)/10)
#include "wx/os2/private.h"
#define BUTTON_HEIGHT_FROM_CHAR_HEIGHT(cy) (11*EDIT_HEIGHT_FROM_CHAR_HEIGHT(cy)/10)
@@
-43,7
+44,7
@@
IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl)
bool wxButton::Create(
wxWindow* pParent
, wxWindowID vId
bool wxButton::Create(
wxWindow* pParent
, wxWindowID vId
-, const wxString& rsL
abe
l
+, const wxString& rsL
b
l
, const wxPoint& rPos
, const wxSize& rSize
, long lStyle
, const wxPoint& rPos
, const wxSize& rSize
, long lStyle
@@
-51,6
+52,9
@@
bool wxButton::Create(
, const wxString& rsName
)
{
, const wxString& rsName
)
{
+ wxString rsLabel(rsLbl);
+ if (rsLabel.empty() && wxIsStockID(vId))
+ rsLabel = wxGetStockLabel(vId);
wxString sLabel = ::wxPMTextToLabel(rsLabel);
wxString sLabel = ::wxPMTextToLabel(rsLabel);