mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-19 15:44:07 +00:00
add return code for some stuff
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@156 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
<dd>
|
||||
<a href="#Mw_Core_h__MwDispatch">MwDispatch</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="#Mw_Core_h__MwDispatch2">MwDispatch2</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="#Mw_Core_h__MwCreateWidget">MwCreateWidget</a>
|
||||
</dd>
|
||||
@@ -317,6 +320,37 @@
|
||||
</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<pre id="Mw_Core_h__MwDispatch2"><code>#define MwDispatch2(x, y)</code></pre>
|
||||
<dl>
|
||||
<dd>
|
||||
Dispatches the handler of widget class.
|
||||
</dd>
|
||||
<dt>
|
||||
<img src="warning.gif" alt="warning">
|
||||
</dt>
|
||||
<dd>
|
||||
Used internally.
|
||||
</dd>
|
||||
<dt>
|
||||
Parameter <code>x</code>
|
||||
</dt>
|
||||
<dd>
|
||||
Widget.
|
||||
</dd>
|
||||
<dt>
|
||||
Parameter <code>y</code>
|
||||
</dt>
|
||||
<dd>
|
||||
Handler name.
|
||||
</dd>
|
||||
<dt>
|
||||
Returns
|
||||
</dt>
|
||||
<dd>
|
||||
<code>0</code> for success, otherwise failed.
|
||||
</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<pre id="Mw_Core_h__MwCreateWidget"><code>MWDECL MwWidget MwCreateWidget (
|
||||
MwClass widget_class,
|
||||
const char* name,
|
||||
|
||||
Reference in New Issue
Block a user