Hi,

GimpUnitEntryTable is not a GtkWidget, hence the change. I know, the 
name is not very good, but we're working on it ;)
GimpUnitEntryTable derives from GObject and just holds, among other 
things, a GtkTable with the entries. So should I change these variables 
to GObject?

Regards,
Enrico


Michael Natterer schrieb:
> I have an additional comment:
>
> All these changes:
>
> -  GtkWidget    *size_se;
> +  GimpUnitEntryTable    *size_se;
>
> The variable must stay a GtkWidget, it a convention for all widgets,
> since the widget_new() functions also by convention return a GtkWidget.
>
> --Mitch
>
>
_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Reply via email to