On 07/07/2009 10:29 AM, Davyd Madeley wrote:
On Tue, 2009-07-07 at 13:25 +0100, Behdad Esfahbod wrote:Generally agreed. Makes the code so much simpler...How do we avoid breaking API/ABI though?
Donno. I'm not the most qualified person to talk about GTK+ widgets anyway. behdad
One idea was to use a #define GTK_LABEL_NEW_SEMANTICS which renamed GtkLabel and gtk_label_* to GtkNewLabel and gtk_new_label_* until GTK+ 3.0, when we drop the old label mode. --d