-
wxpython 2-框架
二、框架
- 二、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)
二、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)
-
相关阅读:
Android app专项测试之耗电量测试
Mybatis详细的使用过程(3)
什么是深度学习
QT—基于http协议的网络文件下载
flutter报错: library “libflutter.so“ not found
el-upload拍照上传多个文件报错 ERR_UPLOAD_FILE_CHANGED问题
sparksql数据倾斜那些事儿
如何用R语言ggplot2画折线图
浅谈基于以太网的煤矿电力监控系统的设计与应用
C#编程题分享(3)
-
原文地址:https://blog.csdn.net/chenliang1038/article/details/126180833