X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..f6840be66eb772c08f0cbb43de677509d5d132bb:/include/wx/palmos/statline.h?ds=sidebyside diff --git a/include/wx/palmos/statline.h b/include/wx/palmos/statline.h index bccb0e8595..b4941d1549 100644 --- a/include/wx/palmos/statline.h +++ b/include/wx/palmos/statline.h @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: palmos/statline.h +// Name: wx/palmos/statline.h // Purpose: Palm OS version of wxStaticLine class -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -27,7 +27,7 @@ public: wxStaticLine() { } wxStaticLine( wxWindow *parent, - wxWindowID id, + wxWindowID id = wxID_ANY, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, @@ -37,7 +37,7 @@ public: } bool Create( wxWindow *parent, - wxWindowID id, + wxWindowID id = wxID_ANY, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL,