]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/treebook.h
Intial review of calctrl.h.
[wxWidgets.git] / interface / treebook.h
index 364a23d9315cad22c8a3abe58cf17fea53e4ebaf..bd5193b4fb824bed6f3a7cf502cf9a6f90a8fe20 100644 (file)
@@ -82,7 +82,7 @@ public:
     //@{
     /**
         Creates an empty TreeBook control.
-        
+
         @param parent
             The parent window. Must be non-@NULL.
         @param id
@@ -128,7 +128,7 @@ public:
 
     /**
         Sets the image list for the page control and takes ownership of the list.
-        
+
         @see wxImageList, SetImageList()
     */
     void AssignImageList(wxImageList* imageList);
@@ -228,7 +228,7 @@ public:
     /**
         Sets the image list for the page control. It does not take ownership of the
         image list, you must delete it yourself.
-        
+
         @see wxImageList, AssignImageList()
     */
     void SetImageList(wxImageList* imageList);
@@ -249,7 +249,7 @@ public:
         The call to this function generates the page changing events.
         This function is deprecated and should not be used in new code. Please use the
         ChangeSelection() function instead.
-        
+
         @see GetSelection()
     */
     int SetSelection(size_t n);