git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@256 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-10 16:53:51 +00:00
parent 9ce8a02181
commit 72ba706b31
8 changed files with 302 additions and 163 deletions

View File

@@ -170,6 +170,12 @@
<dd>
<a href="#Mw_Draw_h__MwGetColor">MwGetColor</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwLoadRaw">MwLoadRaw</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwLoadXPM">MwLoadXPM</a>
</dd>
<dt>
<a href="#Mw_Error_h">Mw/Error.h</a>
</dt>
@@ -1629,6 +1635,76 @@
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwLoadRaw">MWDECL MwLLPixmap <B><FONT COLOR="#0000FF">MwLoadRaw</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">unsigned</FONT></B> <B><FONT COLOR="#228B22">char</FONT></B>* rgb,
<B><FONT COLOR="#228B22">int</FONT></B> width,
<B><FONT COLOR="#228B22">int</FONT></B> height
);</pre>
<dl>
<dd>
Creates a pixmap from raw data.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>rgb</code>
</dt>
<dd>
RGBA data.
</dd>
<dt>
Parameter <code>width</code>
</dt>
<dd>
Width.
</dd>
<dt>
Parameter <code>height</code>
</dt>
<dd>
Height.
</dd>
<dt>
Returns
</dt>
<dd>
Pixmap.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwLoadXPM">MWDECL MwLLPixmap <B><FONT COLOR="#0000FF">MwLoadXPM</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">char</FONT></B>** data
);</pre>
<dl>
<dd>
Creates a pixmap from XPM data.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>data</code>
</dt>
<dd>
Data.
</dd>
<dt>
Returns
</dt>
<dd>
Pixmap.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Error_h">Mw/Error.h</h2>
<dl>
<dt>