Displaying 1 result from an estimated 1 matches for "gtklinkbuttonurifunc".
2007 Jul 18
3
How to open an URL using RGtk2
...trying to provide a Hyper-link to
the user as a result, I have tried using gtkLinkButton to exercise the
facility, however, i am not able to perform the required task, i.e. when I
clicked on the LinkButton actually nothing happened.
I have gone through the documentation for the same and found that
GtkLinkButtonUriFunc is a function which is require to do something with the
opening of the given URL. Further, I didn't find any other information
regarding this.
Following is my code:
messlab <- gtkLabelNew(str = "Please wait!", show = TRUE)
messwin <- gtkWindowNew(type = NULL, show = TR...