Parent Directory
|
Revision Log
|
Patch
revision 374 by jan, Mon Jan 27 14:20:02 2003 UTC | revision 422 by frank, Thu Feb 20 16:23:31 2003 UTC | |
---|---|---|
# | Line 48 class IdentifyView(NonModalDialog): | Line 48 class IdentifyView(NonModalDialog): |
48 | ||
49 | sizer = wxBoxSizer(wxVERTICAL) | sizer = wxBoxSizer(wxVERTICAL) |
50 | sizer.Add(self.list, 1, wx.wxEXPAND| wx.wxALL, 0) | sizer.Add(self.list, 1, wx.wxEXPAND| wx.wxALL, 0) |
51 | ||
52 | self.SetSize(wxSize(300,200)) | |
53 | panel.SetAutoLayout(true) | panel.SetAutoLayout(true) |
54 | panel.SetSizer(sizer) | panel.SetSizer(sizer) |
55 | sizer.Fit(panel) | sizer.Fit(panel) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |