use wx.ART_NEW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
40a0d6ca1f
commit
9102723010
@ -215,7 +215,7 @@ class DrawingFrame(wx.Frame):
|
||||
wx.NO_BORDER | wx.TB_FLAT)
|
||||
|
||||
self.toolbar.AddSimpleTool(wx.ID_NEW,
|
||||
wx.ArtProvider.GetBitmap(wx.ART_NORMAL_FILE, wx.ART_TOOLBAR, tsize),
|
||||
wx.ArtProvider.GetBitmap(wx.ART_NEW, wx.ART_TOOLBAR, tsize),
|
||||
"New")
|
||||
self.toolbar.AddSimpleTool(wx.ID_OPEN,
|
||||
wx.ArtProvider.GetBitmap(wx.ART_FILE_OPEN, wx.ART_TOOLBAR, tsize),
|
||||
|
Loading…
Reference in New Issue
Block a user