You can do all of the drawing yourself by handling the wx.EVT_NC_PAINT event. “NC” means “non-client” area, which is all the parts of your window that the system usually draws.
···
On Aug 1, 2019, at 2:57 PM, steve <oslocourse@gmail.com> wrote:
I don't want to use the Windows 10's title bar, I'd like to create my own title bar.
I should able to drag the window when clicking and dragging on this title bar, and there should be a "close" button on it.
Has anyone done something like this?
—
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.