Always include wxGA_PROGRESS in wxGauge styles enumeration.
It can still be used even if it's not available under the current platform. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
28516f5643
commit
ad1ff55184
@ -77,9 +77,7 @@ wxFLAGS_MEMBER(wxHSCROLL)
|
|||||||
wxFLAGS_MEMBER(wxGA_HORIZONTAL)
|
wxFLAGS_MEMBER(wxGA_HORIZONTAL)
|
||||||
wxFLAGS_MEMBER(wxGA_VERTICAL)
|
wxFLAGS_MEMBER(wxGA_VERTICAL)
|
||||||
wxFLAGS_MEMBER(wxGA_SMOOTH)
|
wxFLAGS_MEMBER(wxGA_SMOOTH)
|
||||||
#if wxUSE_TASKBARBUTTON
|
|
||||||
wxFLAGS_MEMBER(wxGA_PROGRESS)
|
wxFLAGS_MEMBER(wxGA_PROGRESS)
|
||||||
#endif
|
|
||||||
wxEND_FLAGS( wxGaugeStyle )
|
wxEND_FLAGS( wxGaugeStyle )
|
||||||
|
|
||||||
wxIMPLEMENT_DYNAMIC_CLASS_XTI(wxGauge, wxControl, "wx/gauge.h")
|
wxIMPLEMENT_DYNAMIC_CLASS_XTI(wxGauge, wxControl, "wx/gauge.h")
|
||||||
|
Loading…
Reference in New Issue
Block a user