From lyle at knology.net Tue Aug 8 15:01:42 2006 From: lyle at knology.net (Lyle Johnson) Date: Tue, 8 Aug 2006 14:01:42 -0500 Subject: [fxruby-users] FXFoldingList & expandFolding or expandTree? In-Reply-To: <6C0CF58A187DA5479245E0830AF84F421D1069@poweredge.attiksystem.ch> References: <6C0CF58A187DA5479245E0830AF84F421D1069@poweredge.attiksystem.ch> Message-ID: <95467F54-9761-499C-8EC5-EB5798FAECC6@knology.net> On Aug 8, 2006, at 8:35 AM, Philippe Lang wrote: > The documentation of FXFoldingList mentions a method called > "expandFolding", and I think this might be an error. Yes, that's an error. The correct method name is expandTree(). Similarly, there is no collapseFolding() method, the correct name is collapseTree(). I have filed a bug report on this and it should be fixed in the next release.