--- nfo/projects/netfraggle/bin/FraggleTopicFrame.py 2004/08/27 04:47:35 1.3 +++ nfo/projects/netfraggle/bin/FraggleTopicFrame.py 2004/08/27 21:14:02 1.4 @@ -1,7 +1,12 @@ #Boa:MDIChild:FraggleTopicFrame -# $Id: FraggleTopicFrame.py,v 1.3 2004/08/27 04:47:35 joko Exp $ +# $Id: FraggleTopicFrame.py,v 1.4 2004/08/27 21:14:02 xabbu Exp $ # $Log: FraggleTopicFrame.py,v $ +# Revision 1.4 2004/08/27 21:14:02 xabbu +# TopicDetails can now be closed. +# GUI change on Preferences Dialog in order to prepare multiple server profiles. +# Small bugfixes to get the new topic windows working on posix platform. +# # Revision 1.3 2004/08/27 04:47:35 joko # instance of FraggleEngine now available in self.engine # added event handler "OnTopicListBoxListboxDclick" and logic to open "FraggleTopicDetailFrame"s @@ -29,8 +34,9 @@ def _init_ctrls(self, prnt): # generated method, don't edit wxMDIChildFrame.__init__(self, id=wxID_FRAGGLETOPICFRAME, name='', - parent=prnt, pos=wxPoint(352, 280), size=wxSize(177, 219), + parent=prnt, pos=wxPoint(494, 328), size=wxSize(169, 192), style=wxSIMPLE_BORDER | wxDEFAULT_FRAME_STYLE, title='Topics') + self._init_utils() self.SetClientSize(wxSize(169, 192)) self.updateButton = wxButton(id=wxID_FRAGGLETOPICFRAMEUPDATEBUTTON, @@ -46,6 +52,10 @@ wxID_FRAGGLETOPICFRAMETOPICLISTBOX, self.OnTopicListBoxListboxDclick) + def _init_utils(self): + # generated method, don't edit + pass + def __init__(self, parent, config): self.parent = parent self.config = config