Is there a way to have a window without a title bar using wxPython? If so, how would I go about doing that?
wx.NO_BORDER
- Displays no border, overriding the default border style for the window. Source
wx.CAPTION
- Removes all buttons from the title bar. Source 1 Source 2