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

📄 structskin__head__s.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: skin_head_s Struct Reference</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><h1>skin_head_s Struct Reference<br><small>[<a class="el" href="group__mgext__skin__fns.htm">Skin related routines</a>]</small></h1><code>#include &lt;<a class="el" href="skin_8h-source.htm">skin.h</a>&gt;</code><p><h2>Data Fields</h2><ul><li>char * <a class="el" href="structskin__head__s.htm#o0">name</a><li><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="structskin__head__s.htm#o1">style</a><li>const <a class="el" href="struct__BITMAP.htm">BITMAP</a> * <a class="el" href="structskin__head__s.htm#o2">bmps</a><li>const <a class="el" href="struct__LOGFONT.htm">LOGFONT</a> * <a class="el" href="structskin__head__s.htm#o3">fonts</a><li>int <a class="el" href="structskin__head__s.htm#o4">bk_bmp_index</a><li>int <a class="el" href="structskin__head__s.htm#o5">nr_items</a><li><a class="el" href="structskin__item__s.htm">skin_item_t</a> * <a class="el" href="structskin__head__s.htm#o6">items</a><li><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="structskin__head__s.htm#o7">attached</a></ul><hr><a name="_details"></a><h2>Detailed Description</h2>Skin header information structure <p><p>Definition at line <a class="el" href="skin_8h-source.htm#l00611">611</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.<hr><h2>Field Documentation</h2><a class="anchor" name="o7" doxytag="skin_head_s::attached"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="structskin__head__s.htm#o7">attached</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The attached private data with the skin by application. <p>Definition at line <a class="el" href="skin_8h-source.htm#l00637">637</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.    </td>  </tr></table><a class="anchor" name="o4" doxytag="skin_head_s::bk_bmp_index"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">int <a class="el" href="structskin__head__s.htm#o4">bk_bmp_index</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The index of the background bitmap in the bitmap array. <p>Definition at line <a class="el" href="skin_8h-source.htm#l00629">629</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.    </td>  </tr></table><a class="anchor" name="o2" doxytag="skin_head_s::bmps"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">const <a class="el" href="struct__BITMAP.htm">BITMAP</a>* <a class="el" href="structskin__head__s.htm#o2">bmps</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The pointer to the array of the bitmaps used by the skin. <p>Definition at line <a class="el" href="skin_8h-source.htm#l00624">624</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.    </td>  </tr></table><a class="anchor" name="o3" doxytag="skin_head_s::fonts"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">const <a class="el" href="struct__LOGFONT.htm">LOGFONT</a>* <a class="el" href="structskin__head__s.htm#o3">fonts</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The pointer to the array of the logical fonts used by the skin. <p>Definition at line <a class="el" href="skin_8h-source.htm#l00626">626</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.    </td>  </tr></table><a class="anchor" name="o6" doxytag="skin_head_s::items"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="structskin__item__s.htm">skin_item_t</a>* <a class="el" href="structskin__head__s.htm#o6">items</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The pointer to the array of skin items. <p>Definition at line <a class="el" href="skin_8h-source.htm#l00634">634</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.    </td>  </tr></table><a class="anchor" name="o0" doxytag="skin_head_s::name"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">char* <a class="el" href="structskin__head__s.htm#o0">name</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The name of the skin. <p>Definition at line <a class="el" href="skin_8h-source.htm#l00614">614</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.    </td>  </tr></table><a class="anchor" name="o5" doxytag="skin_head_s::nr_items"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">int <a class="el" href="structskin__head__s.htm#o5">nr_items</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The number of the items in this skin. <p>Definition at line <a class="el" href="skin_8h-source.htm#l00632">632</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.    </td>  </tr></table><a class="anchor" name="o1" doxytag="skin_head_s::style"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="structskin__head__s.htm#o1">style</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The style of the skin, can be OR'ed by the following values:<ul><li>SKIN_STYLE_TOOLTIP The skin has tooltip window. </li></ul><p>Definition at line <a class="el" href="skin_8h-source.htm#l00621">621</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.    </td>  </tr></table><hr>The documentation for this struct was generated from the following file:<ul><li><a class="el" href="skin_8h-source.htm">skin.h</a></ul><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:53 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 + -