⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 colordlg_8h-source.htm

📁 MINIGUI1.6开发API
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>MiniGUI V1.6.10 API Reference: colordlg.h Source File</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.htm">Main&nbsp;Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.htm">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File&nbsp;List</a> | <a class="qindex" href="functions.htm">Data&nbsp;Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related&nbsp;Pages</a></div><div class="nav"><a class="el" href="dir_000000.htm">ext</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.htm">include</a></div><h1>colordlg.h</h1><a href="colordlg_8h.htm">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 00021 <span class="comment">/*</span>00022 <span class="comment"> * $Id: colordlg.h 7369 2007-08-16 05:28:10Z xgwang $</span>00023 <span class="comment"> *</span>00024 <span class="comment"> *             MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, </span>00025 <span class="comment"> *                     pSOS, ThreadX, NuCleus, OSE, and Win32.</span>00026 <span class="comment"> *</span>00027 <span class="comment"> *             Copyright (C) 2002-2007 Feynman Software.</span>00028 <span class="comment"> *             Copyright (C) 1998-2002 Wei Yongming.</span>00029 <span class="comment"> */</span>00030 00031 <span class="preprocessor">#ifndef _MGUI_COLORDLG_H</span>00032 <span class="preprocessor"></span><span class="preprocessor">#define _MGUI_COLORDLG_H</span>00033 <span class="preprocessor"></span>00034 <span class="preprocessor">#ifdef __cplusplus</span>00035 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {00036 <span class="preprocessor">#endif  </span><span class="comment">/* __cplusplus */</span>00037 00038 <span class="preprocessor">#ifdef _USE_NEWGAL</span>00039 <span class="preprocessor"></span><a name="l00054"></a><a class="code" href="struct__COLORDATA.htm">00054</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__COLORDATA.htm">_COLORDATA</a> {<a name="l00056"></a><a class="code" href="struct__COLORDATA.htm#o0">00056</a>     <a class="code" href="group__win32__types.htm#ga4">DWORD</a>           <a class="code" href="struct__COLORDATA.htm#o0">style</a>;<a name="l00058"></a><a class="code" href="struct__COLORDATA.htm#o1">00058</a>     <a class="code" href="group__gdi__types.htm#ga8">gal_pixel</a>       <a class="code" href="struct__COLORDATA.htm#o1">pixel</a>;<a name="l00060"></a><a class="code" href="struct__COLORDATA.htm#o2">00060</a>     <a class="code" href="group__basic__types.htm#ga0">Uint8</a>           <a class="code" href="struct__COLORDATA.htm#o2">r</a>, <a class="code" href="struct__COLORDATA.htm#o3">g</a>, <a class="code" href="struct__COLORDATA.htm#o4">b</a>;<a name="l00062"></a><a class="code" href="struct__COLORDATA.htm#o5">00062</a>     <a class="code" href="group__basic__types.htm#ga2">Uint16</a>          <a class="code" href="struct__COLORDATA.htm#o5">h</a>;<a name="l00064"></a><a class="code" href="struct__COLORDATA.htm#o7">00064</a>     <a class="code" href="group__basic__types.htm#ga0">Uint8</a>           <a class="code" href="struct__COLORDATA.htm#o6">s</a>, <a class="code" href="struct__COLORDATA.htm#o7">v</a>;00065 } <a class="code" href="struct__COLORDATA.htm">COLORDATA</a>, *<a class="code" href="struct__COLORDATA.htm">PCOLORDATA</a>;00066 00067 <span class="comment">/* Internal use */</span>00068 <span class="preprocessor">#define SELCOLOR_OK     IDOK</span>00069 <span class="preprocessor"></span><span class="comment">/* Internal use */</span>00070 <span class="preprocessor">#define SELCOLOR_CANCEL IDCANCEL</span>00071 <span class="preprocessor"></span>00072 <span class="preprocessor">#include "<a class="code" href="colorspace_8h.htm">colorspace.h</a>"</span>00073 00094 MGEXT_EXPORT <span class="keywordtype">int</span> <a class="code" href="group__mywins__colorseldlg.htm#ga2">ColorSelDialog</a> (<a class="code" href="group__handles.htm#ga1">HWND</a> hWnd, <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, 00095                 <span class="keywordtype">int</span> w, <span class="keywordtype">int</span> h, PCOLORDATA pClrData);00096 00101 <span class="preprocessor">#endif </span><span class="comment">/* _USE_NEWGAL */</span>00102 00103 <span class="preprocessor">#ifdef __cplusplus</span>00104 <span class="preprocessor"></span>}00105 <span class="preprocessor">#endif  </span><span class="comment">/* __cplusplus */</span>00106 00107 <span class="preprocessor">#endif </span><span class="comment">/* _MGUI_COLORDLG_H */</span>00108 00109 </pre></div><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:50 2007 for MiniGUI V1.6.10 API Reference by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="http://www.minigui.com/api_ref/1.6.10/doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -