X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c51a665c649f7579fb39e62070cef4f66b3210d..2ec5dba3944805b06621cf11eb1f54948f85cdaa:/interface/wx/gauge.h diff --git a/interface/wx/gauge.h b/interface/wx/gauge.h index 1abe6bca20..7d5ecd7db6 100644 --- a/interface/wx/gauge.h +++ b/interface/wx/gauge.h @@ -6,6 +6,17 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// + +// ---------------------------------------------------------------------------- +// wxGauge style flags +// ---------------------------------------------------------------------------- + +#define wxGA_HORIZONTAL wxHORIZONTAL +#define wxGA_VERTICAL wxVERTICAL + +// Win32 only, is default (and only) on some other platforms +#define wxGA_SMOOTH 0x0020 + /** @class wxGauge @@ -37,7 +48,7 @@ @library{wxcore} @category{ctrl} - @appearance{gauge.png} + @appearance{gauge} @see wxSlider, wxScrollBar */