added convenience function gimp_display_coords_in_active_drawable().
2002-10-14 Sven Neumann <sven@gimp.org> * app/display/gimpdisplay.[ch]: added convenience function gimp_display_coords_in_active_drawable(). * app/tools/gimpcurvestool.c: indicate the possibility to pick color values from the image by showing a color picker cursor. Made the file selection dialog transient for the tool shell. * app/tools/gimplevelstool.c: made the file selection dialog transient for the tool shell.
This commit is contained in:

committed by
Sven Neumann

parent
7c241ea242
commit
6303579945
@ -98,5 +98,7 @@ void gimp_display_flush_now (GimpDisplay *gdisp);
|
||||
|
||||
void gimp_display_finish_draw (GimpDisplay *gdisp);
|
||||
|
||||
gboolean gimp_display_coords_in_active_drawable (GimpDisplay *gdisp,
|
||||
const GimpCoords *coords);
|
||||
|
||||
#endif /* __GIMP_DISPLAY_H__ */
|
||||
|
Reference in New Issue
Block a user