Parent Directory
|
Revision Log
Revision 1.2 - (view) (download) (as text)
1 : | hwang | 1.1 | from wxPython.html import * |
2 : | |||
3 : | class HelpPanel: | ||
4 : | #def __init__(self, parent) | ||
5 : | |||
6 : | #------------------------------------------------------------------------ | ||
7 : | def __init__(self, parent): | ||
8 : | #------------------------------------------------------------------------ | ||
9 : | self.parent = parent | ||
10 : | efrank | 1.2 | self.parent.helpHtmlPage.LoadPage("PyGUI/ModelEditor.html") |
11 : | hwang | 1.1 | |
12 : | return | ||
13 : | |||
14 : | |||
15 : |
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |