- wxGauge(wxWindow* parent, wxWindowID id, int range,
- const wxPoint& pos = wxDefaultPosition,
- const wxSize& size = wxDefaultSize,
- long style = wxGA_HORIZONTAL,
- const wxValidator& validator = wxDefaultValidator,
- const wxString& name = "gauge");
- //@}
+ /**
+ Constructor, creating and showing a gauge.
+
+ @param parent
+ Window parent.
+ @param id
+ Window identifier.
+ @param range
+ Integer range (maximum value) of the gauge. It is ignored when the
+ gauge is used in indeterminate mode.
+ @param pos
+ Window position.
+ @param size
+ Window size.
+ @param style
+ Gauge style.
+ @param name
+ Window name.
+
+ @see Create()
+ */
+ wxGauge(wxWindow* parent, wxWindowID id, int range,
+ const wxPoint& pos = wxDefaultPosition,
+ const wxSize& size = wxDefaultSize,
+ long style = wxGA_HORIZONTAL,
+ const wxValidator& validator = wxDefaultValidator,
+ const wxString& name = "gauge");