On Tue, Sep 14, 2004 at 07:42:18PM +0200, geert jordaens wrote:
hello,
I'm trying to catch up with the changes concerning the preview widget
Could somebody explain me why the functions
gimp_preview_area_menu_popup
gimp_preview_area_menu_new
gimp_preview_area_menu_toggled
are located in gimppreviewarea this way the preview area is not a basic
replacement for the gtk_preview widget. If i understand the function of
gimp_drawable_preview then I would place forementioned functions there.
Certainly not. The menu is for changing the checker aspect. It is in
no way related to a particular drawable.
I would like to use the gimp_drawable_preview for a plugin on a scaled down
version of the drawable (let's say thumbnail).
You'll have to create a new widget derived from GimpPreview to do
this, then. But then, why not just using GimpPreviewArea in a frame?
Regards,
DindinX