Il mar, 2002-02-19 alle 06:35, James Henstridge ha scritto:
> There are a couple of fields marked private that I could expose that 
> would allow you to shorten this to:
>   dialog.label.set_use_markup(gtk.TRUE)
> 
> I am tossing up whether to expose them or not.

  Yes, I see these fields from gtkmessagedialog.h, but if the fields are
marked private I think they should remain as they are, unless doing:
    gtk_label_set_use_markup(GTK_LABEL(GTK_MESSAGE_DIALOG(dialog->label)), TRUE)
is common pratice in C...
  What whould a C/GTK+ programmer write?

-- 
  -- Michele - www.micampe.it

Non riesco a capire:
le cose continuano a finire.
        -- Stefano Benni, "Il Filosofo"

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

Reply via email to