Hi, I'm a new wxPython user and brand new to this list. I've been
searching the examples for any indication that you can specify
different borders, but have found none.
My current code looks something like this:
self.sizer.Add(self.logo, (0.7), flag = wx.TOP | wx.BOTTOM, border =
15)
Which is all well and good.
But what if I want to specify a different border, say 50, for wx.LEFT?
Is this possible, and if so, what is the syntax?
Thank you in advance.
Steve