1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
4<meta http-equiv="Content-Style-Type" content="text/css">
5<title>TCLFavoriteType</title>
6<link rel="stylesheet" href="../css/nitro.css" type="text/css">
7</head>
8<body>
9<h1 align="left">TCLFavoriteType <img src="../image/TWL.gif" align="middle"></h1>
10
11<h2>Definition</h2>
12<dl>
13	<dd>
14	<code>#include &lt;twl/tcl.h&gt;</code><br/> <br/>
15	<pre><code>
16typedef enum
17{
18    TCL_FAVORITE_TYPE_NONE = 0 ,
19    TCL_FAVORITE_TYPE_1 ,
20    TCL_FAVORITE_TYPE_2 ,
21    TCL_FAVORITE_TYPE_3 ,
22    TCL_FAVORITE_TYPE_ALL ,
23    TCL_FAVORITE_TYPE_MAX = TCL_FAVORITE_TYPE_ALL
24} TCLFavoriteType;
25	</code></pre>
26</dl>
27
28<h2>Description</h2>
29<p>Use favorite types to group images.</p>
30<p>The types of favorites are explained in the following list.</p>
31<table>
32<tr><td>TCL_FAVORITE_TYPE_NONE<td>No favorite is specified.
33<tr><td>TCL_FAVORITE_TYPE_1<td>First favorite.
34<tr><td>TCL_FAVORITE_TYPE_2<td>Second favorite.
35<tr><td>TCL_FAVORITE_TYPE_3<td>Third favorite.
36<tr><td>TCL_FAVORITE_TYPE_ALL<td>All favorites. <code>TCLPictureInfo</code> does not hold this value with its favorite information. The favorite-type value is used internally by the library.
37</table>
38
39<h2>See Also</h2>
40
41<h2>Revision History</h2>
42<p>
432008/10/07 Initial version.
44</p>
45
46<hr><p>CONFIDENTIAL</p></body>
47</html>
48