]> git.saurik.com Git - wxWidgets.git/commitdiff
Document recetnyl added name parameter in wxDataViewCtrl
authorRobert Roebling <robert@roebling.de>
Wed, 18 Aug 2010 21:40:24 +0000 (21:40 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 18 Aug 2010 21:40:24 +0000 (21:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/dataview.h

index f1f7edc84cfc1d33aaea86d7b188bf0fdbee9cba..4947ed44ede781bb71ba7add6a72f31b057def62 100644 (file)
@@ -676,7 +676,8 @@ public:
                    const wxPoint& pos = wxDefaultPosition,
                    const wxSize& size = wxDefaultSize,
                    long style = 0,
                    const wxPoint& pos = wxDefaultPosition,
                    const wxSize& size = wxDefaultSize,
                    long style = 0,
-                   const wxValidator& validator = wxDefaultValidator);
+                   const wxValidator& validator = wxDefaultValidator,
+                   const wxString& name = wxDataViewCtrlNameStr);
 
     /**
         Destructor.
 
     /**
         Destructor.
@@ -857,7 +858,8 @@ public:
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
                 long style = 0,
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
                 long style = 0,
-                const wxValidator& validator = wxDefaultValidator);
+                const wxValidator& validator = wxDefaultValidator,
+                const wxString& name = wxDataViewCtrlNameStr);
 
     /**
         Deletes given column.
 
     /**
         Deletes given column.