- inline wxStaticBitmap(wxWindow *parent, wxWindowID id,
- const wxBitmap& label,
- const wxPoint& pos = wxDefaultPosition,
- const wxSize& size = wxDefaultSize,
- long style = 0,
- const wxString& name = wxStaticBitmapNameStr)
- {
- Create(parent, id, label, pos, size, style, name);
- }
+ inline wxStaticBitmap( wxWindow* pParent
+ ,wxWindowID nId
+ ,const wxGDIImage& rLabel
+ ,const wxPoint& rPos = wxDefaultPosition
+ ,const wxSize& rSize = wxDefaultSize
+ ,long lStyle = 0
+ ,const wxString& rName = wxStaticBitmapNameStr
+ )
+ {
+ Create(pParent, nId, rLabel, rPos, rSize, lStyle, rName);
+ }