On 07/13/12 15:34, Furqan wrote:
> 1. so it means we can not give link in Fl_Browser ?

        Didn't see mention of Fl_Browser in the OP.

        If you're using Fl_Browser, set the item's callback
        for that line to run fl_open_uri() with your link,
        and that will open a browser to show your page.

> 2. what if we want to give a link to a menu ?
> just click on the about menu and that directs to IExplorer.

> 3. can we give link to a button? click on the button and it directs to site ?

        Same as above; configure the callback for the menu item
        or button to run fl_open_uri(). Works on all platforms
        to invoke the default web browser to view the url.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to