- inline 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 = wxGaugeNameStr)
- {
- Create(parent, id, range, pos, size, style, validator, name);
- }
+ bool Create( wxWindow* pParent
+ ,wxWindowID vId
+ ,int nRange
+ ,const wxPoint& rPos = wxDefaultPosition
+ ,const wxSize& rSize = wxDefaultSize
+ ,long lStyle = wxGA_HORIZONTAL
+ ,const wxValidator& rValidator = wxDefaultValidator
+ ,const wxString& rsName = wxGaugeNameStr
+ );