>       I've just now updated the evolving google doc with the stuff
>       we've talked about:
>
>       http://docs.google.com/Doc?id=dgn42tzv_0fsbjmjgp

Just found another neat trick!

There are lots of places where the text mentions "handle()" or similar
but without the fully qualified "Fl_Widget::handle()" text needed to
generate a link. Rather than have the fully qualified text everywhere,
you can use a \ref command with explicit text in quotes:
    \ref Fl_Widget::handle() "handle()"
and the link text will be just "handle()" without the quotes.

D.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to