Parent Directory
|
Revision Log
|
Patch
revision 702 by bh, Tue Apr 22 16:43:30 2003 UTC | revision 1035 by jan, Mon May 26 17:03:08 2003 UTC | |
---|---|---|
# | Line 48 class IdentifyView(NonModalDialog): | Line 48 class IdentifyView(NonModalDialog): |
48 | sizer.Add(self.list, 1, wx.wxEXPAND| wx.wxALL, 0) | sizer.Add(self.list, 1, wx.wxEXPAND| wx.wxALL, 0) |
49 | ||
50 | self.SetSize(wxSize(300,200)) | self.SetSize(wxSize(300,200)) |
51 | panel.SetAutoLayout(true) | panel.SetAutoLayout(True) |
52 | panel.SetSizer(sizer) | panel.SetSizer(sizer) |
53 | sizer.Fit(panel) | sizer.Fit(panel) |
54 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |