Tim Jansen wrote: >On Monday 13 October 2003 14:46, John Ratke wrote: > > >>@return @p true if button is on and is a toggle button. @p false if >>otherwise. >> >> > >IMHO You should not use @p for true and false, it is intended for parameters >and not for constants or keywords. > >bye... > Correct, those should be @c instead of @p