projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added wxIMAGE_OPTION_QUALITY
[wxWidgets.git]
/
include
/
wx
/
os2
/
statline.h
diff --git
a/include/wx/os2/statline.h
b/include/wx/os2/statline.h
index a0142e87b61625c346cb25de9306f6c1bd16440b..3b2ff75484fc1b81eb22896010379e216885ea11 100644
(file)
--- a/
include/wx/os2/statline.h
+++ b/
include/wx/os2/statline.h
@@
-74,6
+74,13
@@
protected:
inline wxSize DoGetBestSize(void) const { return (AdjustSize(wxDefaultSize)); }
inline wxSize DoGetBestSize(void) const { return (AdjustSize(wxDefaultSize)); }
+ //
+ // Usually overridden base class virtuals
+ //
+ virtual WXDWORD OS2GetStyle( long lStyle
+ ,WXDWORD* pdwExstyle
+ ) const;
+
private:
DECLARE_DYNAMIC_CLASS(wxStaticLine)
}; // end of CLASS wxStaticLine
private:
DECLARE_DYNAMIC_CLASS(wxStaticLine)
}; // end of CLASS wxStaticLine