[Gimp-developer] API proposal for libgimp export dialog
Martin Nordholts
enselic at gmail.com
Wed Jul 15 12:16:49 PDT 2009
On 07/15/2009 09:06 PM, Martin Nordholts wrote:
> On 07/15/2009 03:24 PM, Michael Natterer wrote:
>> On Tue, 2009-07-14 at 22:50 +0200, Martin Nordholts wrote:
>>
>> gimp_export_dialog_get_container() was not such a bad idea imho,
>> but I would call it gimp_export_dialog_get_content_area(), because
>> we have precedence of this API in GtkDialog.
>
> Consistency with GTK+ is nice, but now that we mention it, we don't need
> gimp_export_dialog_get_content_area() at all, we can just use
> gtk_dialog_get_content_area()
That depends of course on if we need to put common widgets within the
content area. Hmm we should perhaps add
gimp_export_dialog_get_content_area() so that we in the future can do
that. Until we do, it would just be a wrapper around
gtk_dialog_get_content_area()
/ Martin
More information about the Gimp-developer
mailing list