zengine-gewi/doc/html/GewiDefines_8h-source.html

58 lines
4.3 KiB
HTML
Raw Normal View History

2003-06-16 07:27:48 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>/include/GewiDefines.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center>
<hr><h1>/include/GewiDefines.h</h1><a href="GewiDefines_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
00002 <span class="comment"> This file is Part of the Gewi GUI Library for ZEngine.</span>
00003 <span class="comment"> Gewi and ZEngine Copyright (C) 2002, 2003 James Turk</span>
00004 <span class="comment"></span>
00005 <span class="comment"> Licensed under a BSD-style license. (see licensing.txt)</span>
00006 <span class="comment"></span>
00007 <span class="comment"> The maintainer of this library is James Turk (james@conceptofzero.net) </span>
00008 <span class="comment"> this library is found at the home of ZEngine http://zengine.sourceforge.net</span>
00009 <span class="comment">*******************************************************************************/</span>
00010
00020 <span class="preprocessor">#ifndef __gewidefines_h__</span>
00021 <span class="preprocessor"></span><span class="preprocessor">#define __gewidefines_h__</span>
00022 <span class="preprocessor"></span>
00023 <span class="keyword">namespace </span>Gewi
00024 {
00025
<a name="l00027"></a><a class="code" href="namespaceGewi.html#a2">00027</a> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="namespaceGewi.html#a2">ResourceID</a>;
<a name="l00029"></a><a class="code" href="namespaceGewi.html#a3">00029</a> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="namespaceGewi.html#a3">GewiJustify</a>;
00030
<a name="l00036"></a><a class="code" href="namespaceGewi.html#a18">00036</a> <span class="keyword">enum</span> <a class="code" href="namespaceGewi.html#a18">GewiEvent</a>
00037 {
00038 <a class="code" href="namespaceGewi.html#a18a4">GE_LDOWN</a>,
00039 <a class="code" href="namespaceGewi.html#a18a5">GE_LUP</a>,
00040 <a class="code" href="namespaceGewi.html#a18a6">GE_RDOWN</a>,
00041 <a class="code" href="namespaceGewi.html#a18a7">GE_RUP</a>,
00042 <a class="code" href="namespaceGewi.html#a18a8">GE_KDOWN</a>,
00043 <a class="code" href="namespaceGewi.html#a18a9">GE_KUP</a>,
00044 <a class="code" href="namespaceGewi.html#a18a10">GE_GOTFOCUS</a>,
00045 <a class="code" href="namespaceGewi.html#a18a11">GE_LOSTFOCUS</a>
00046 };
00047
<a name="l00056"></a><a class="code" href="namespaceGewi.html#a19">00056</a> <span class="keyword">enum</span> <a class="code" href="namespaceGewi.html#a19">_GewiJustify</a>
00057 {
00058 <a class="code" href="namespaceGewi.html#a19a12">GJ_CENTER</a> = 0,
00059 <a class="code" href="namespaceGewi.html#a19a13">GJ_LEFT</a> = 1&lt;&lt;0,
00060 <a class="code" href="namespaceGewi.html#a19a14">GJ_RIGHT</a> = 1&lt;&lt;1,
00061 <a class="code" href="namespaceGewi.html#a19a15">GJ_TOP</a> = 1&lt;&lt;2,
00062 <a class="code" href="namespaceGewi.html#a19a16">GJ_BOTTOM</a> = 1&lt;&lt;3
00063 };
00064
00065 };
00066
00067 <span class="preprocessor">#endif //__gewidefines_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Mon Jun 16 03:27:18 2003 for Gewi by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3 </small></address>
</body>
</html>