wxPython – wx.ToolBar 中的 SetMargins()函数
在本文中,我们将学习与 wxPython 的 wx.ToolBar 类关联的 SetMargins()函数。 SetMargins()函数设置用作工具栏边距的值。它需要两个整数 x 和 y 作为左右边距的参数。
Syntax:
Parameters:
Parameter | Input Type | Description |
---|---|---|
x | int | Left margin, right margin and inter-tool separation value. |
y | int | Top margin, bottom margin and inter-tool separation value. |
Return Type:
代码示例 1:
wx.ToolBar.SetMargins(self, x, y)
输出:
wx.ToolBarToolBase