iPhoto, Aperture: Warning icon when ordering photo products


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS iPhoto, Aperture: Warning icon when ordering photo products
# 1  
Old 10-17-2008
iPhoto, Aperture: Warning icon when ordering photo products

A warning icon (an exclamation point inside of a yellow triangle) appears next to pictures whose resolution may be too low for a quality print at a given size or next to a text caption when entered text overruns the border.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DtDndCreateSourceIcon(library call)									       DtDndCreateSourceIcon(library call)

NAME
DtDndCreateSourceIcon -- create a drag source icon SYNOPSIS
#include <Dt/Dnd.h> Widget DtDndCreateSourceIcon( Widget parent, Pixmap pixmap, Pixmap mask); DESCRIPTION
The DtDndCreateSourceIcon function creates a Motif drag icon, named sourceIcon, based on the characteristics of the pixmap argument. The resulting drag icon is suitable for use with DtDndDragStart(3). The parent argument is the parent of the drag icon. Typically this widget is the drag source. The pixmap argument is the pixmap representation of the data to be dragged. The mask argument is the mask for the pixmap. When it calls XmCreateDragIcon(3), the DtDndCreateSourceIcon function sets Motif resources in the drag icon; the application must not mod- ify the values of any of these resources: o XmNwidth o XmNheight o XmNpixmap o XmNmask o XmNdepth RETURN VALUE
Upon successful completion, the DtDndCreateSourceIcon function returns a drag icon created by calling XmCreateDragIcon(3) with the charac- teristics of the pixmap; otherwise, it returns NULL. SEE ALSO
Dt/Dnd.h - DtDnd(5), DtDndDragStart(3), XmCreateDragIcon(3), XmDragIcon(3), XmDragStart(3), XtDestroyWidget(3). DtDndCreateSourceIcon(library call)