update document

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@86 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-01 00:51:28 +00:00
parent a95e2d0e45
commit 461c106c08

View File

@@ -47,12 +47,18 @@
<dd>
<a href="#Mw_Core_h__MwSetText">MwSetText</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwSetVoid">MwSetVoid</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwGetInteger">MwGetInteger</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwGetText">MwGetText</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwGetVoid">MwGetVoid</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwSetDefault">MwSetDefault</a>
</dd>
@@ -104,6 +110,9 @@
<dd>
<a href="#Mw_Draw_h__MwDrawText">MwDrawText</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwLoadImage">MwLoadImage</a>
</dd>
<dt>
<a href="#Mw_Error_h">Mw/Error.h</a>
</dt>
@@ -539,6 +548,35 @@
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwSetVoid"><code>MWDECL void MwSetVoid (
MwWidget handle,
const char* key,
void* value
);</code></pre>
<dl>
<dd>
Sets a void pointer property.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>key</code>
</dt>
<dd>
Key.
</dd>
<dt>
Parameter <code>value</code>
</dt>
<dd>
Value.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwGetInteger"><code>MWDECL int MwGetInteger (
MwWidget handle,
const char* key
@@ -595,6 +633,34 @@
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwGetVoid"><code>MWDECL void* MwGetVoid (
MwWidget handle,
const char* key
);</code></pre>
<dl>
<dd>
Gets the void pointer property.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>key</code>
</dt>
<dd>
Key.
</dd>
<dt>
Returns
</dt>
<dd>
Value.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwSetDefault"><code>MWDECL void MwSetDefault (
MwWidget handle
);</code></pre>
@@ -775,8 +841,9 @@
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwGetBeforeStep"><code>MWDECL jmp_buf MwGetBeforeStep (
MwWidget handle
<pre id="Mw_Core_h__MwGetBeforeStep"><code>MWDECL void MwGetBeforeStep (
MwWidget handle,
jmp_buf* jmpbuf
);</code></pre>
<dl>
<dd>
@@ -789,7 +856,7 @@
Widget.
</dd>
<dt>
Returns
Parameter <code>jmpbuf</code>
</dt>
<dd>
jmp_buf.
@@ -1008,6 +1075,34 @@
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwLoadImage"><code>MWDECL MwLLPixmap MwLoadImage (
MwWidget handle,
const char* path
);</code></pre>
<dl>
<dd>
Creates a pixmap from image.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>path</code>
</dt>
<dd>
Path.
</dd>
<dt>
Returns
</dt>
<dd>
Pixmap.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Error_h">Mw/Error.h</h2>
<dl>
<dt>