On 13.07.2012, at 23:42, Greg Ercolano wrote:

> On 07/13/12 13:41, Furqan wrote:
>> I want to create a hyperlink of my website link in my "about" window which 
>> is created by fl_double_window. how can I do that ?
>> 
>> Info->add("@C1 ----------------------------------------- ");
>> Info->add("  http://www.real3d.pk";);
>> Info->add("@C1 ----------------------------------------- ");
> 
>       Use Fl_Help_View with your URL.

Or create a regular button, set the box type to FLAT, set the text color to 
Blue, and in the callback, call 

fl_open_uri("http://www.fltk.org";);
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to