- inline wxGauge(wxWindow *parent, wxWindowID id,
- int range,
- const wxPoint& pos = wxDefaultPosition,
- const wxSize& size = wxDefaultSize,
- long style = wxGA_HORIZONTAL,
+ inline wxGauge( wxWindow* pParent
+ ,wxWindowID vId
+ ,int nRange
+ ,const wxPoint& rPos = wxDefaultPosition
+ ,const wxSize& rSize = wxDefaultSize
+ ,long lStyle = wxGA_HORIZONTAL
+#if wxUSE_VALIDATORS
+ ,const wxValidator& rValidator = wxDefaultValidator
+#endif
+ ,const wxString& rsName = wxGaugeNameStr
+ )
+ {
+ Create( pParent
+ ,vId
+ ,nRange
+ ,rPos
+ ,rSize
+ ,lStyle