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

📄 group__mgext__skin__fns.htm

📁 MINIGUI1.6开发API
💻 HTM
📖 第 1 页 / 共 5 页
字号:
<!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 related routines</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 related routines<br><small>[<a class="el" href="group__mgext__fns.htm">Interfaces of the MiniGUI extension</a>]</small></h1><h2>Data Structures</h2><ul><li>struct <a class="el" href="structskin__item__s.htm">skin_item_s</a><li>struct <a class="el" href="structskin__item__ops__s.htm">skin_item_ops_s</a><li>struct <a class="el" href="structsie__slider__s.htm">sie_slider_s</a><li>struct <a class="el" href="structsi__nrmlabel__s.htm">si_nrmlabel_s</a><li>struct <a class="el" href="structsi__bmplabel__s.htm">si_bmplabel_s</a><li>struct <a class="el" href="structsi__nrmslider__s.htm">si_nrmslider_s</a><li>struct <a class="el" href="structsi__rotslider__s.htm">si_rotslider_s</a><li>struct <a class="el" href="structskin__head__s.htm">skin_head_s</a></ul><h2>Defines</h2><ul><li>#define <a class="el" href="group__mgext__skin__fns.htm#ga43">SI_TYPE_NRMLABEL</a>&nbsp;&nbsp;&nbsp;0x10000000<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga44">SI_TYPE_BMPLABEL</a>&nbsp;&nbsp;&nbsp;0x20000000<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga45">SI_TYPE_CMDBUTTON</a>&nbsp;&nbsp;&nbsp;0x30000000<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga46">SI_TYPE_CHKBUTTON</a>&nbsp;&nbsp;&nbsp;0x40000000<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga47">SI_TYPE_NRMSLIDER</a>&nbsp;&nbsp;&nbsp;0x50000000<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga48">SI_TYPE_ROTSLIDER</a>&nbsp;&nbsp;&nbsp;0x60000000<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga49">SI_TYPE_CONTROL</a>&nbsp;&nbsp;&nbsp;0x70000000<dl class="el"><dd class="mdescRight">The item is a control.  <a href="#ga49"></a><br></dl><li>#define <a class="el" href="group__mgext__skin__fns.htm#ga50">SI_TYPE_MASK</a>&nbsp;&nbsp;&nbsp;0xF0000000<dl class="el"><dd class="mdescRight">The item type mask.  <a href="#ga50"></a><br></dl><li>#define <a class="el" href="group__mgext__skin__fns.htm#ga51">SI_TEST_SHAPE_RECT</a>&nbsp;&nbsp;&nbsp;0x01000000<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga52">SI_TEST_SHAPE_ELLIPSE</a>&nbsp;&nbsp;&nbsp;0x02000000<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga53">SI_TEST_SHAPE_LOZENGE</a>&nbsp;&nbsp;&nbsp;0x03000000<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga54">SI_TEST_SHAPE_LTRIANGLE</a>&nbsp;&nbsp;&nbsp;0x04000000<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga55">SI_TEST_SHAPE_RTRIANGLE</a>&nbsp;&nbsp;&nbsp;0x05000000<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga56">SI_TEST_SHAPE_UTRIANGLE</a>&nbsp;&nbsp;&nbsp;0x06000000<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga57">SI_TEST_SHAPE_DTRIANGLE</a>&nbsp;&nbsp;&nbsp;0x07000000<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga59">SI_STATUS_OK</a>&nbsp;&nbsp;&nbsp;0x00000001<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga60">SI_STATUS_VISIBLE</a>&nbsp;&nbsp;&nbsp;0x00000002<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga61">SI_STATUS_DISABLED</a>&nbsp;&nbsp;&nbsp;0x00000004<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga62">SI_STATUS_HILIGHTED</a>&nbsp;&nbsp;&nbsp;0x00000008<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga64">SI_BTNSTATUS_CLICKED</a>&nbsp;&nbsp;&nbsp;0x00000010<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga65">SI_BTNSTATUS_CHECKED</a>&nbsp;&nbsp;&nbsp;SI_BTNSTATUS_CLICKED<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga68">SI_CMDBUTTON_2STATE</a>&nbsp;&nbsp;&nbsp;0x00000100<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga69">SI_NRMSLIDER_HORZ</a>&nbsp;&nbsp;&nbsp;0x00000100<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga70">SI_NRMSLIDER_VERT</a>&nbsp;&nbsp;&nbsp;0x00000200<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga71">SI_NRMSLIDER_STATIC</a>&nbsp;&nbsp;&nbsp;0x00000400<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga72">SI_ROTSLIDER_CW</a>&nbsp;&nbsp;&nbsp;0x00000100<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga73">SI_ROTSLIDER_ANTICW</a>&nbsp;&nbsp;&nbsp;0x00000200<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga74">SI_ROTSLIDER_STATIC</a>&nbsp;&nbsp;&nbsp;0x00000400<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga76">CTRL_SKIN</a>&nbsp;&nbsp;&nbsp;"skin"<dl class="el"><dd class="mdescRight">The class name of skin control.  <a href="#ga76"></a><br></dl><li>#define <a class="el" href="group__mgext__skin__fns.htm#ga77">SIE_BUTTON_CLICKED</a>&nbsp;&nbsp;&nbsp;0x00000001<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga78">SIE_SLIDER_CHANGED</a>&nbsp;&nbsp;&nbsp;0x00000002<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga79">SIE_GAIN_FOCUS</a>&nbsp;&nbsp;&nbsp;0x00010000<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga80">SIE_LOST_FOCUS</a>&nbsp;&nbsp;&nbsp;0x00020000<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga81">MSG_CB_GOON</a>&nbsp;&nbsp;&nbsp;0<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga82">MSG_CB_DEF_GOON</a>&nbsp;&nbsp;&nbsp;1<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga83">MSG_CB_STOP</a>&nbsp;&nbsp;&nbsp;2<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga84">SKIN_STYLE_NONE</a>&nbsp;&nbsp;&nbsp;0x00000000<dl class="el"><dd class="mdescRight">The style of the skin is none.  <a href="#ga84"></a><br></dl><li>#define <a class="el" href="group__mgext__skin__fns.htm#ga85">SKIN_STYLE_TOOLTIP</a>&nbsp;&nbsp;&nbsp;0x00000001<li>#define <a class="el" href="group__mgext__skin__fns.htm#ga86">SKIN_STYLE_MODAL</a>&nbsp;&nbsp;&nbsp;0x00000002<dl class="el"><dd class="mdescRight">The skin has modal window.  <a href="#ga86"></a><br></dl><li>#define <a class="el" href="group__mgext__skin__fns.htm#ga87">create_skin_main_window</a>(skin, hosting, lx, ty, rx, by, modal)&nbsp;&nbsp;&nbsp;create_skin_main_window_ex (skin, hosting, lx, ty, rx, by, 0, modal)</ul><h2>Typedefs</h2><ul><li>typedef <a class="el" href="structskin__item__ops__s.htm">skin_item_ops_s</a> <a class="el" href="group__mgext__skin__fns.htm#ga0">skin_item_ops_t</a><li>typedef <a class="el" href="structskin__head__s.htm">skin_head_s</a> <a class="el" href="group__mgext__skin__fns.htm#ga1">skin_head_t</a><li>typedef <a class="el" href="structskin__item__s.htm">skin_item_s</a> <a class="el" href="group__mgext__skin__fns.htm#ga2">skin_item_t</a><li>typedef <a class="el" href="structsie__slider__s.htm">sie_slider_s</a> <a class="el" href="group__mgext__skin__fns.htm#ga3">sie_slider_t</a><li>typedef <a class="el" href="structsi__nrmlabel__s.htm">si_nrmlabel_s</a> <a class="el" href="group__mgext__skin__fns.htm#ga4">si_nrmlabel_t</a><li>typedef <a class="el" href="structsi__bmplabel__s.htm">si_bmplabel_s</a> <a class="el" href="group__mgext__skin__fns.htm#ga5">si_bmplabel_t</a><li>typedef <a class="el" href="structsi__nrmslider__s.htm">si_nrmslider_s</a> <a class="el" href="group__mgext__skin__fns.htm#ga6">si_nrmslider_t</a><li>typedef <a class="el" href="structsi__rotslider__s.htm">si_rotslider_s</a> <a class="el" href="group__mgext__skin__fns.htm#ga7">si_rotslider_t</a><li>typedef int(* <a class="el" href="group__mgext__skin__fns.htm#ga8">skin_event_cb_t</a> )(<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd, <a class="el" href="structskin__item__s.htm">skin_item_t</a> *item, int event, void *data)<li>typedef int(* <a class="el" href="group__mgext__skin__fns.htm#ga9">skin_msg_cb_t</a> )(<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd, int message, <a class="el" href="group__win32__types.htm#ga8">WPARAM</a> wparam, <a class="el" href="group__win32__types.htm#ga9">LPARAM</a> lparam, int *result)</ul><h2>Functions</h2><ul><li>MGEXT_EXPORT <a class="el" href="group__simple__types.htm#ga0">BOOL</a> <a class="el" href="group__mgext__skin__fns.htm#ga10">skin_init</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, <a class="el" href="group__mgext__skin__fns.htm#ga8">skin_event_cb_t</a> event_cb, <a class="el" href="group__mgext__skin__fns.htm#ga9">skin_msg_cb_t</a> msg_cb)<dl class="el"><dd class="mdescRight">Initializes a skin.  <a href="#ga10"></a><br></dl><li>MGEXT_EXPORT void <a class="el" href="group__mgext__skin__fns.htm#ga11">skin_deinit</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin)<dl class="el"><dd class="mdescRight">Deinitializes an initialized skin.  <a href="#ga11"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__handles.htm#ga1">HWND</a> <a class="el" href="group__mgext__skin__fns.htm#ga12">create_skin_main_window_ex</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, <a class="el" href="group__handles.htm#ga1">HWND</a> hosting, int lx, int ty, int rx, int by, <a class="el" href="group__win32__types.htm#ga4">DWORD</a> dwExStyle, <a class="el" href="group__simple__types.htm#ga0">BOOL</a> modal)<dl class="el"><dd class="mdescRight">Creates a main window for a skin.  <a href="#ga12"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__handles.htm#ga1">HWND</a> <a class="el" href="group__mgext__skin__fns.htm#ga13">create_skin_control</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, <a class="el" href="group__handles.htm#ga1">HWND</a> parent, int id, int x, int y, int w, int h)<dl class="el"><dd class="mdescRight">Creates a control for a skin.  <a href="#ga13"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__simple__types.htm#ga0">BOOL</a> <a class="el" href="group__mgext__skin__fns.htm#ga14">is_skin_main_window</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd)<dl class="el"><dd class="mdescRight">Determines whether a window is a skin main window or not.  <a href="#ga14"></a><br></dl><li>MGEXT_EXPORT void <a class="el" href="group__mgext__skin__fns.htm#ga15">destroy_skin_window</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd)<dl class="el"><dd class="mdescRight">Destroys a skin window.  <a href="#ga15"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="structskin__head__s.htm">skin_head_t</a> * <a class="el" href="group__mgext__skin__fns.htm#ga16">set_window_skin</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd, <a class="el" href="structskin__head__s.htm">skin_head_t</a> *new_skin)<dl class="el"><dd class="mdescRight">Sets new skin.  <a href="#ga16"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="structskin__head__s.htm">skin_head_t</a> * <a class="el" href="group__mgext__skin__fns.htm#ga17">get_window_skin</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd)<dl class="el"><dd class="mdescRight">Gets new skin.  <a href="#ga17"></a><br></dl><li>static <a class="el" href="group__mgext__skin__fns.htm#ga8">skin_event_cb_t</a> <a class="el" href="group__mgext__skin__fns.htm#ga18">skin_set_event_cb</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, <a class="el" href="group__mgext__skin__fns.htm#ga8">skin_event_cb_t</a> event_cb)<dl class="el"><dd class="mdescRight">Sets new event callback of a skin.  <a href="#ga18"></a><br></dl><li>static <a class="el" href="group__mgext__skin__fns.htm#ga9">skin_msg_cb_t</a> <a class="el" href="group__mgext__skin__fns.htm#ga19">skin_set_msg_cb</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, <a class="el" href="group__mgext__skin__fns.htm#ga9">skin_msg_cb_t</a> msg_cb)<dl class="el"><dd class="mdescRight">Sets new message callback of a skin window.  <a href="#ga19"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="structskin__item__s.htm">skin_item_t</a> * <a class="el" href="group__mgext__skin__fns.htm#ga20">skin_get_item</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, int id)<dl class="el"><dd class="mdescRight">Retrives a skin item through its identifier.  <a href="#ga20"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="group__mgext__skin__fns.htm#ga21">skin_get_item_status</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, int id)<dl class="el"><dd class="mdescRight">Retrives the common status of a skin item.  <a href="#ga21"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="structskin__item__s.htm">skin_item_t</a> * <a class="el" href="group__mgext__skin__fns.htm#ga22">skin_get_hilited_item</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin)<dl class="el"><dd class="mdescRight">Gets the current highlighted skin item.  <a href="#ga22"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="group__mgext__skin__fns.htm#ga23">skin_show_item</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, int id, <a class="el" href="group__simple__types.htm#ga0">BOOL</a> show)<dl class="el"><dd class="mdescRight">Showes or hides a skin item.  <a href="#ga23"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="group__mgext__skin__fns.htm#ga24">skin_enable_item</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, int id, <a class="el" href="group__simple__types.htm#ga0">BOOL</a> enable)<dl class="el"><dd class="mdescRight">Enables or disables a skin item.  <a href="#ga24"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="structskin__item__s.htm">skin_item_t</a> * <a class="el" href="group__mgext__skin__fns.htm#ga25">skin_set_hilited_item</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, int id)<dl class="el"><dd class="mdescRight">Sets the current highlighted skin item.  <a href="#ga25"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__simple__types.htm#ga0">BOOL</a> <a class="el" href="group__mgext__skin__fns.htm#ga26">skin_get_check_status</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, int id)<dl class="el"><dd class="mdescRight">Gets the check status of a check button item.  <a href="#ga26"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="group__mgext__skin__fns.htm#ga27">skin_set_check_status</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, int id, <a class="el" href="group__simple__types.htm#ga0">BOOL</a> check)<dl class="el"><dd class="mdescRight">Sets the check status of a check button item.  <a href="#ga27"></a><br></dl><li>MGEXT_EXPORT const char * <a class="el" href="group__mgext__skin__fns.htm#ga28">skin_get_item_label</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, int id)<dl class="el"><dd class="mdescRight">Gets the label string of a label item.  <a href="#ga28"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__simple__types.htm#ga0">BOOL</a> <a class="el" href="group__mgext__skin__fns.htm#ga29">skin_set_item_label</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, int id, const char *label)<dl class="el"><dd class="mdescRight">Sets the label string of a label item.  <a href="#ga29"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__handles.htm#ga1">HWND</a> <a class="el" href="group__mgext__skin__fns.htm#ga30">skin_get_control_hwnd</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, int id)<dl class="el"><dd class="mdescRight">Gets the handle to a skin control item in the skin.  <a href="#ga30"></a><br></dl><li>MGEXT_EXPORT int <a class="el" href="group__mgext__skin__fns.htm#ga31">skin_get_thumb_pos</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, int id)<dl class="el"><dd class="mdescRight">Gets the thumb position of a slider item.  <a href="#ga31"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__simple__types.htm#ga0">BOOL</a> <a class="el" href="group__mgext__skin__fns.htm#ga32">skin_set_thumb_pos</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, int id, int pos)<dl class="el"><dd class="mdescRight">Sets the thumb position of a slider item.  <a href="#ga32"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__simple__types.htm#ga0">BOOL</a> <a class="el" href="group__mgext__skin__fns.htm#ga33">skin_get_slider_info</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, int id, <a class="el" href="structsie__slider__s.htm">sie_slider_t</a> *sie)<dl class="el"><dd class="mdescRight">Retrives the sliding information of a slider item.  <a href="#ga33"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__simple__types.htm#ga0">BOOL</a> <a class="el" href="group__mgext__skin__fns.htm#ga34">skin_set_slider_info</a> (<a class="el" href="structskin__head__s.htm">skin_head_t</a> *skin, int id, const <a class="el" href="structsie__slider__s.htm">sie_slider_t</a> *sie)<dl class="el"><dd class="mdescRight">Sets the sliding information of a slider item.  <a href="#ga34"></a><br></dl><li>MGEXT_EXPORT int <a class="el" href="group__mgext__skin__fns.htm#ga35">skin_scale_slider_pos</a> (const <a class="el" href="structsie__slider__s.htm">sie_slider_t</a> *org, int new_min, int new_max)<dl class="el"><dd class="mdescRight">Scales the sliding position.  <a href="#ga35"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga87" doxytag="skin.h::create_skin_main_window"></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">#define create_skin_main_window          </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">skin,         <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>hosting,         <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>lx,         <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>ty,         <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>rx,         <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>by,         <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>modal&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap>&nbsp;&nbsp;&nbsp;create_skin_main_window_ex (skin, hosting, lx, ty, rx, by, 0, modal)</td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__mgext__skin__fns.htm#ga12">create_skin_main_window_ex</a> (skin, hosting, lx, ty, rx, by, 0, modal) </dd></dl><p>Definition at line <a class="el" href="skin_8h-source.htm#l00737">737</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.    </td>  </tr></table><a class="anchor" name="ga76" doxytag="skin.h::CTRL_SKIN"></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">#define CTRL_SKIN&nbsp;&nbsp;&nbsp;"skin"          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The class name of skin control. <p><p>Definition at line <a class="el" href="skin_8h-source.htm#l00261">261</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.    </td>  </tr></table><a class="anchor" name="ga82" doxytag="skin.h::MSG_CB_DEF_GOON"></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">#define MSG_CB_DEF_GOON&nbsp;&nbsp;&nbsp;1          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__mgext__skin__fns.htm#ga9">skin_msg_cb_t</a> </dd></dl><p>Definition at line <a class="el" href="skin_8h-source.htm#l00556">556</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.    </td>  </tr></table><a class="anchor" name="ga81" doxytag="skin.h::MSG_CB_GOON"></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">#define MSG_CB_GOON&nbsp;&nbsp;&nbsp;0          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__mgext__skin__fns.htm#ga9">skin_msg_cb_t</a> </dd></dl><p>Definition at line <a class="el" href="skin_8h-source.htm#l00550">550</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.    </td>  </tr></table><a class="anchor" name="ga83" doxytag="skin.h::MSG_CB_STOP"></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">#define MSG_CB_STOP&nbsp;&nbsp;&nbsp;2          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__mgext__skin__fns.htm#ga9">skin_msg_cb_t</a> </dd></dl><p>Definition at line <a class="el" href="skin_8h-source.htm#l00562">562</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.    </td>  </tr></table><a class="anchor" name="ga65" doxytag="skin.h::SI_BTNSTATUS_CHECKED"></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">#define SI_BTNSTATUS_CHECKED&nbsp;&nbsp;&nbsp;SI_BTNSTATUS_CLICKED          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="structskin__item__s.htm">skin_item_s</a> </dd></dl><p>Definition at line <a class="el" href="skin_8h-source.htm#l00202">202</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.    </td>  </tr></table><a class="anchor" name="ga64" doxytag="skin.h::SI_BTNSTATUS_CLICKED"></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">#define SI_BTNSTATUS_CLICKED&nbsp;&nbsp;&nbsp;0x00000010          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="structskin__item__s.htm">skin_item_s</a> </dd></dl><p>Definition at line <a class="el" href="skin_8h-source.htm#l00196">196</a> of file <a class="el" href="skin_8h-source.htm">skin.h</a>.    </td>  </tr></table><a class="anchor" name="ga68" doxytag="skin.h::SI_CMDBUTTON_2STATE"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">

⌨️ 快捷键说明

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