<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
daniel wilms пишет:
<blockquote cite="mid:4B168263.4070707@nokia.com" type="cite">
<pre wrap="">Hi,
</pre>
<blockquote type="cite">
<pre wrap="">To create links you have GtkLinkButton.
</pre>
</blockquote>
<pre wrap=""><!---->But don't forget to set then the callback-function, to tell what the
button should do, like:
gtk.link_button_set_uri_hook(callback)
def callback (button_obj,url):
bus = dbus.SessionBus()
obj =
bus.get_object('com.nokia.osso_browser','/com/nokia/osso_browser')
interface = dbus.Interface(obj, 'com.nokia.osso_browser')
interface.open_new_window(str(url))
Cheers Daniel
_______________________________________________
maemo-developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.maemo.org/mailman/listinfo/maemo-developers">https://lists.maemo.org/mailman/listinfo/maemo-developers</a>
</pre>
</blockquote>
Thank you for help!<br>
<br>
<br>
Br, Max Usachev<br>
<br>
</body>
</html>