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:
Robin Dunn
2006-10-24 20:30:32 +00:00
parent 00b3a749fa
commit ae8635b6da
9 changed files with 136 additions and 3 deletions

View File

@@ -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)