<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello everybody,<br>
<br>
I'm trying to develop with Hildon/PyGTK, and I'm quite confused by the <i>set_common_toolbar</i>
function of the hildon.Program class: it's supposed to set a
gtk.Toolbar that will appear on every hildon.Window registered with the
hildon.Program.<br>
<br>
Yet, the toolbar doesn't show up on my registered windows... <br>
<br>
I reminded to call show_all() on every window. Also, I can't just
window.add it in each window, because I would then have to reparent the
toolbar...<br>
<br>
Is there something special I forgot to make <i>set_common_toolbar</i>
work?<br>
<br>
Best,<br>
~Stéphane<br>
</body>
</html>