luaforwindows/files/docs/wxlua/doxygen/html/wxlstack_8cpp.html

118 lines
5.8 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>wxLua: /mnt/share/devel/lua/wxLua/modules/wxluadebug/src/wxlstack.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="dir_15d5a205ad383328522db6a6be296af1.html">modules</a>&nbsp;&raquo;&nbsp;<a class="el" href="dir_cf470daeabd5035b695eccd689e0edbd.html">wxluadebug</a>&nbsp;&raquo;&nbsp;<a class="el" href="dir_ad5e19fcea4c8ae5be8211526b26a3a5.html">src</a>
</div>
</div>
<div class="contents">
<h1>wxlstack.cpp File Reference</h1><code>#include &quot;wx/wxprec.h&quot;</code><br/>
<code>#include &quot;wx/wx.h&quot;</code><br/>
<code>#include &quot;wx/imaglist.h&quot;</code><br/>
<code>#include &quot;wx/artprov.h&quot;</code><br/>
<code>#include &quot;wx/listctrl.h&quot;</code><br/>
<code>#include &quot;wx/splitter.h&quot;</code><br/>
<code>#include &quot;wx/progdlg.h&quot;</code><br/>
<code>#include &quot;wx/clipbrd.h&quot;</code><br/>
<code>#include &quot;<a class="el" href="wxlstack_8h_source.html">wxluadebug/include/wxlstack.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="wxlua_8h_source.html">wxlua/include/wxlua.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="wxlcallb_8h_source.html">wxlua/include/wxlcallb.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="wxldebug_8h_source.html">wxluadebug/include/wxldebug.h</a>&quot;</code><br/>
<div class="dynheader">
Include dependency graph for wxlstack.cpp:</div>
<div class="dynsection">
</div>
<p><a href="wxlstack_8cpp_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwxLuaStackListCtrl.html">wxLuaStackListCtrl</a></td></tr>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="wxlstack_8cpp.html#afce46b766fce3c51caadde490b5aa70e">DUMMY_TREEITEM</a>&nbsp;&nbsp;&nbsp;wxT(&quot; &quot;)</td></tr>
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="wxlstack_8cpp.html#aea75a0409e100232d5c63001b2e02cc4">wxLuaPrependComboBoxString</a> (const wxString &amp;str, int max_strings, wxComboBox *combo)</td></tr>
</table>
<hr/><h2>Define Documentation</h2>
<a class="anchor" id="afce46b766fce3c51caadde490b5aa70e"></a><!-- doxytag: member="wxlstack.cpp::DUMMY_TREEITEM" ref="afce46b766fce3c51caadde490b5aa70e" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define DUMMY_TREEITEM&nbsp;&nbsp;&nbsp;wxT(&quot; &quot;)</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxlstack_8cpp_source.html#l00042">42</a> of file <a class="el" href="wxlstack_8cpp_source.html">wxlstack.cpp</a>.</p>
<p>Referenced by <a class="el" href="wxlstack_8cpp_source.html#l01132">wxLuaStackDialog::CollapseItem()</a>, and <a class="el" href="wxlstack_8cpp_source.html#l00603">wxLuaStackDialog::FillTableEntry()</a>.</p>
</div>
</div>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="aea75a0409e100232d5c63001b2e02cc4"></a><!-- doxytag: member="wxlstack.cpp::wxLuaPrependComboBoxString" ref="aea75a0409e100232d5c63001b2e02cc4" args="(const wxString &amp;str, int max_strings, wxComboBox *combo)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void wxLuaPrependComboBoxString </td>
<td>(</td>
<td class="paramtype">const wxString &amp;&nbsp;</td>
<td class="paramname"> <em>str</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>max_strings</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">wxComboBox *&nbsp;</td>
<td class="paramname"> <em>combo</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxlstack_8cpp_source.html#l00748">748</a> of file <a class="el" href="wxlstack_8cpp_source.html">wxlstack.cpp</a>.</p>
<p>Referenced by <a class="el" href="wxlstack_8cpp_source.html#l00808">wxLuaStackDialog::OnFind()</a>.</p>
</div>
</div>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Tue Jul 13 10:30:39 2010 for wxLua by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>