I need to create a wxFrame that does not show up in the windows
taskbar. Basically, I only want my top-level window to be down there,
and all of the about a dozen other possible windows it may have up at
a given time to not be shown.
This is on Windows, but when the program run son Linux/MacOSX i'd
like similar behavior. Is it possible?
Add wx.FRAME_NO_TASKBAR to your frame style argument.
···
On Thu, 2004-09-09 at 10:02, IxokaI wrote:
Hello all,
I need to create a wxFrame that does not show up in the windows
taskbar. Basically, I only want my top-level window to be down there,
and all of the about a dozen other possible windows it may have up at
a given time to not be shown.
This is on Windows, but when the program run son Linux/MacOSX i'd
like similar behavior. Is it possible?