views:

37

answers:

1

Using wxwidgets. I want a window without a border. I pass the follwoing flags to the frame wxFRAME_NO_TASKBAR | wxSTAY_ON_TOP but it still draws a black outline 1 px wide around the window. Is this a bug or something?

A: 

You must also set wxBORDER_NONE.

Phil Booth