/[cvs]/nfo/projects/netfraggle/bin/FraggleTopicDetailFrame.py
ViewVC logotype

Contents of /nfo/projects/netfraggle/bin/FraggleTopicDetailFrame.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Fri Aug 27 04:47:48 2004 UTC (19 years, 10 months ago) by joko
Branch: MAIN
File MIME type: text/x-python
initial commit

1 #Boa:MDIChild:FraggleTopicDetailFrame
2
3 from wxPython.wx import *
4
5 def create(parent):
6 return FraggleTopicDetailFrame(parent)
7
8 [wxID_FRAGGLETOPICDETAILFRAME] = map(lambda _init_ctrls: wxNewId(), range(1))
9
10 class FraggleTopicDetailFrame(wxMDIChildFrame):
11 def _init_ctrls(self, prnt):
12 # generated method, don't edit
13 wxMDIChildFrame.__init__(self, id=wxID_FRAGGLETOPICDETAILFRAME, name='',
14 parent=prnt, pos=wxPoint(384, 266), size=wxSize(350, 231),
15 style=wxDEFAULT_FRAME_STYLE, title='Topic details')
16 self.SetClientSize(wxSize(342, 204))
17
18 def __init__(self, parent):
19 self._init_ctrls(parent)

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed