X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02e05e7e4087243171de25b598e701229814b821..78fc4e5509e42b96304175883cdf5750081c3313:/include/wx/mac/carbon/treectrl.h?ds=sidebyside diff --git a/include/wx/mac/carbon/treectrl.h b/include/wx/mac/carbon/treectrl.h index cc41d76a26..c73ec7fae9 100644 --- a/include/wx/mac/carbon/treectrl.h +++ b/include/wx/mac/carbon/treectrl.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: treectrl.h +// Name: wx/mac/carbon/treectrl.h // Purpose: wxTreeCtrl class // Author: Stefan Csomor // Modified by: @@ -116,7 +116,7 @@ public: // -------- wxTreeCtrl(); - inline wxTreeCtrl(wxWindow *parent, wxWindowID id = -1, + inline wxTreeCtrl(wxWindow *parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxTR_HAS_BUTTONS|wxTR_LINES_AT_ROOT, @@ -137,7 +137,7 @@ public: // accessors // --------- // - int GetCount() const; + size_t GetCount() const; // indent int GetIndent() const;