wxpython主目录
一. class App(PyApp)
1.__init__()
2.OnPreInit()
3.SetTopWindow()
4.MainLoop()
5.RedirectStdio()
6.RestoreStdio()
7.SetOutputWindowAttributes()
8.InitLocale()
9.ResetLocale()
10.Get()
二、class Frame(TopLevelWindow)
1.AcceptsFocus(self)
2.AcceptsFocusFromKeyboard(self)
3.AcceptsFocusRecursively(self)
4.AddChild(self, child)
5.Centre(self, direction=None)
6.Create(self, parent, id=None, title=None, pos=None, size=None, style=None, name=None)
7.CreateStatusBar(self, number=1, style=None, id=0, name=None)
8.CreateToolBar(self, style=None, id=None, name=None)
9.Destroy(self)
10.DoEnable(self, enable)
11.DoFreeze(self)
12.DoGetBestClientSize(self)
13.DoGetBestSize(self)
14.DoGetBorderSize(self)
15.DoGetClientSize(self)
16.DoGetPosition(self)
17.DoGetSize(self)
18.DoGiveHelp(self, text, show)
19.DoMoveWindow(self, x, y, width, height)
20.DoSetClientSize(self, width, height)
21.DoSetSize(self, x, y, width, height, sizeFlags)
22.DoSetSizeHints(self, minW, minH, maxW, maxH, incW, incH)
23.DoSetWindowVariant(self, variant)
24.DoThaw(self)
25.EnableVisibleFocus(self, enabled)
26.GetClassDefaultAttributes(self, variant=None)
27.GetClientAreaOrigin(self)
28.GetDefaultBorder(self)
29.GetDefaultBorderForControl(self)
30.GetMainWindowOfCompositeControl(self)
31.GetMenuBar(self)
32.GetStatusBar(self)
33.GetStatusBarPane(self)
34.GetToolBar(self)
35.GetValidator(self)
36.HasTransparentBackground(self)
37.InformFirstDirection(self, direction, size, availableOtherDir)
38.InheritAttributes(self)
39.InitDialog(self)
40.OnCreateStatusBar(self, number, style, id, name)
41.OnCreateToolBar(self, style, id, name)
42.OnInternalIdle(self)
43.PopStatusText(self, number=0)
44.ProcessCommand(self, id)
45.ProcessEvent(self, event)
46.PushStatusText(self, text, number=0)
47.RemoveChild(self, child)
48.SendDestroyEvent(self, *args, **kwargs)
49.SetCanFocus(self, canFocus)
50.SetMenuBar(self, menuBar)
51.SetStatusBar(self, statusBar)
52.SetStatusBarPane(self, n)
53.SetStatusText(self, text, number=0)
54.SetStatusWidths(self, widths)
55.SetToolBar(self, toolBar)
56.SetValidator(self, validator)
57.ShouldInheritColours(self)
58.TransferDataFromWindow(self)
59.TransferDataToWindow(self)
60.TryAfter(self, event)
61.TryBefore(self, event)
62.Validate(self)