projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
optimizing gauge cpu usage
[wxWidgets.git]
/
include
/
wx
/
univ
/
statbmp.h
diff --git
a/include/wx/univ/statbmp.h
b/include/wx/univ/statbmp.h
index 60ad9441fa4ee66903de3778948be8467110a137..b449ce6ff4d1afaad28b13d5f8bd4b20adfab1b3 100644
(file)
--- a/
include/wx/univ/statbmp.h
+++ b/
include/wx/univ/statbmp.h
@@
-22,7
+22,7
@@
// wxStaticBitmap
// ----------------------------------------------------------------------------
// wxStaticBitmap
// ----------------------------------------------------------------------------
-class wxStaticBitmap : public wxStaticBitmapBase
+class
WXDLLEXPORT
wxStaticBitmap : public wxStaticBitmapBase
{
public:
wxStaticBitmap()
{
public:
wxStaticBitmap()
@@
-35,7
+35,7
@@
public:
const wxSize& size = wxDefaultSize,
long style = 0)
{
const wxSize& size = wxDefaultSize,
long style = 0)
{
- Create(parent,
-1
, label, pos, size, style);
+ Create(parent,
wxID_ANY
, label, pos, size, style);
}
wxStaticBitmap(wxWindow *parent,
}
wxStaticBitmap(wxWindow *parent,
@@
-63,7
+63,7
@@
public:
wxIcon GetIcon() const;
wxIcon GetIcon() const;
- virtual bool HasTransparentBackground() { return
TRUE
; }
+ virtual bool HasTransparentBackground() { return
true
; }
private:
virtual void DoDraw(wxControlRenderer *renderer);
private:
virtual void DoDraw(wxControlRenderer *renderer);