]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/treelist.h
Implement setFont on the iOS port of wxStaticText.
[wxWidgets.git] / interface / wx / treelist.h
index 888bf9d5b9c9697d83ab3b8df6d56d29ad6c8f32..6928a2d91d67d22c699a15077ec5abfee743efb5 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxTreeListCtrl class documentation
 // Author:      Vadim Zeitlin
 // Created:     2011-08-17
-// RCS-ID:      $Id$
 // Copyright:   (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -460,6 +459,8 @@ public:
             wxTLI_FIRST or wxTLI_LAST indicating that the item should be either
             inserted before the first child of its parent (if any) or after the
             last one.
+        @param text
+            The item text.
         @param imageClosed
             The normal item image, may be NO_IMAGE to not show any image.
         @param imageOpened