X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94d17b78d848ee8b8c1c4eb13aad2b23027a9d01..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/gauge.h?ds=sidebyside diff --git a/interface/wx/gauge.h b/interface/wx/gauge.h index b096e0b5e5..1d3b593478 100644 --- a/interface/wx/gauge.h +++ b/interface/wx/gauge.h @@ -2,10 +2,20 @@ // Name: gauge.h // Purpose: interface of wxGauge // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// 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 +47,7 @@ @library{wxcore} @category{ctrl} - @appearance{gauge.png} + @appearance{gauge} @see wxSlider, wxScrollBar */ @@ -138,7 +148,7 @@ public: gauge move a bit to indicate the user that some progress has been made. @note After calling this function the value returned by GetValue() is - undefined and thus you need to explicitely call SetValue() if you + undefined and thus you need to explicitly call SetValue() if you want to restore the determinate mode. */ virtual void Pulse();