On Sat, 2004-02-14 at 15:52, Russell Shaw wrote:
[...]
> That didn't work for me:
>
> window=gtk.Window(gtk.WINDOW_TOPLEVEL)
> vbox=gtk.VBox()
> window.add(vbox)
> label=gtk.Label("<b>N</b>ame")
> label.set_use_markup(True);
> vbox.pack_start(label)
> window.show_all()
Cutting and pasting your exact worked for me (bold 'N', normal weight
for 'ame'). You did add something like gtk.main() in your main program,
right? Otherwise the GTK+ main loop will ever run and nothing will ever
be drawn.
Malcolm
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/