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
XSetIconName(3X11)														XSetIconName(3X11)

Name
       XSetIconName, XGetIconName - set or get icon names

Syntax
       XSetIconName(display, w, icon_name)
	     Display *display;
	     Window w;
	     char *icon_name;

       Status XGetIconName(display, w, icon_name_return)
	     Display *display;
	     Window w;
	     char **icon_name_return;

Arguments
       display	 Specifies the connection to the X server.

       icon_name Specifies the icon name, which should be a null-terminated string.

       icon_name_return
		 Returns a pointer to the window's icon name, which is a null-terminated string.

       w	 Specifies the window.

Description
       The function sets the name to be displayed in a window's icon.

       can generate and errors.

       The  function  returns  the name to be displayed in the specified window's icon.  If it succeeds, it returns nonzero; otherwise, if no icon
       name has been set for the window, it returns zero.  If you never assigned a name to the window, sets icon_name_return to NULL.	When  fin-
       ished with it, a client must free the icon name string using

       can generate a error.

Property
       WM_ICON_NAME

Diagnostics
       The server failed to allocate the requested resource or server memory.

       A value for a Window argument does not name a defined Window.

See Also
       XSetClassHint(3X11),  XSetCommand(3X11), XSetIconSizeHints(3X11), XSetNormalHints(3X11), XSetSizeHints(3X11), XSetStandardProperties(3X11),
       XSetTransientForHint(3X11), XSetWMHints(3X11), XSetZoomHints(3X11), XStoreName(3X11)
       Guide to the Xlib Library

																XSetIconName(3X11)