mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Add links for wx.grid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -71,6 +71,9 @@
|
|||||||
<p class="biglink"><a class="biglink" href="{{ pathto("html2.1classindex") }}">wx.html2</a><br/>
|
<p class="biglink"><a class="biglink" href="{{ pathto("html2.1classindex") }}">wx.html2</a><br/>
|
||||||
<span class="linkdescr">Widget and supporting classes for a native html renderer, with CSS and javascript support</span></p>
|
<span class="linkdescr">Widget and supporting classes for a native html renderer, with CSS and javascript support</span></p>
|
||||||
|
|
||||||
|
<p class="biglink"><a class="biglink" href="{{ pathto("grid.1classindex") }}">wx.grid</a><br/>
|
||||||
|
<span class="linkdescr">Widget and supporting classes for displaying and editing tabular data</span></p>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td valign="top" width="50%">
|
<td valign="top" width="50%">
|
||||||
<p class="biglink"><a class="biglink" href="{{ pathto("lib") }}">wx.lib</a><br/>
|
<p class="biglink"><a class="biglink" href="{{ pathto("lib") }}">wx.lib</a><br/>
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ MODULENAME_REPLACE = {'_core' : '',
|
|||||||
'_glcanvas': 'glcanvas.',
|
'_glcanvas': 'glcanvas.',
|
||||||
'_xml' : 'xml.',
|
'_xml' : 'xml.',
|
||||||
'_xrc' : 'xrc.',
|
'_xrc' : 'xrc.',
|
||||||
|
'_grid' : 'grid.',
|
||||||
}
|
}
|
||||||
|
|
||||||
NO_MODULE = {
|
NO_MODULE = {
|
||||||
|
|||||||
Reference in New Issue
Block a user