Added wx.StandardPaths.GetTmpDir
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -8,7 +8,7 @@ class TestPanel(wx.Panel):
|
||||
self.log = log
|
||||
wx.Panel.__init__(self, parent, -1)
|
||||
|
||||
sizer = wx.FlexGridSizer(0, 3, 2, 2)
|
||||
sizer = wx.FlexGridSizer(0, 3, 5, 5)
|
||||
box = wx.BoxSizer(wx.VERTICAL)
|
||||
fs = self.GetFont().GetPointSize()
|
||||
bf = wx.Font(fs+4, wx.SWISS, wx.NORMAL, wx.BOLD)
|
||||
@@ -54,6 +54,7 @@ class TestPanel(wx.Panel):
|
||||
'GetPluginsDir',
|
||||
'GetInstallPrefix',
|
||||
'GetResourcesDir',
|
||||
'GetTempDir',
|
||||
]:
|
||||
makeitem(x)
|
||||
|
||||
|
Reference in New Issue
Block a user