Fix indentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c15cc56f2d
commit
7748c15cd8
@ -43,7 +43,7 @@ class TestPanel(wx.Panel):
|
||||
# hide a little surprise in the button...
|
||||
b.SetBitmapSelected(images.getRobinBitmap())
|
||||
|
||||
b.SetToolTipString("This is a bitmap button with \nwx.NO_BORDER style.")
|
||||
b.SetToolTipString("This is a bitmap button with \nwx.NO_BORDER style.")
|
||||
self.Bind(wx.EVT_BUTTON, self.OnClick, b)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user