Just started playing around with wxPython and came across the wx.Button class, can someone tell me what the '&' does in the sample labels, why it's there and why its in a different place for some, but not others, like below
wx.ID_CLOSE '&Close'
wx.ID_COPY '&Copy'
wx.ID_CUT 'Cu&t'