Michele Campeotto wrote:

>  And as you can imagine, I have two problems with this, too...
>
>  How do I do gtk_label_new_with_mnemonics()?
>
>  Where are GtkDialogFlags defined? I can find them in gtk-types.defs,
>but I don't know how to access them. 
>
>
>  Am I annoying somebody? Can I keep posting these?
>
The following should give do the equivalent of new_with_mnemonic:

  label = gtk.Label('Sp_am')
  label.set_use_underline(gtk.TRUE)

James.

-- 
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/



_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to