Felix Wolfheimer
2014-10-23 09:58:02 UTC
I'm trying to create a program which is supposed to act like the
gnome-panel on Linux or the task bar on Windows, respectively. This means
that other application windows should never overlap with the window of my
application. I wonder if wxWidgets has some function to get this behavior
(looked through the wxWindow class interface but didn't find something
which indicates such a functionality).
There are platform dependent ways to do this I've found (e.g. this one for
Gnome: https://bbs.archlinux.org/viewtopic.php?id=83602) but I'd prefer
some platform independent way if possible.
gnome-panel on Linux or the task bar on Windows, respectively. This means
that other application windows should never overlap with the window of my
application. I wonder if wxWidgets has some function to get this behavior
(looked through the wxWindow class interface but didn't find something
which indicates such a functionality).
There are platform dependent ways to do this I've found (e.g. this one for
Gnome: https://bbs.archlinux.org/viewtopic.php?id=83602) but I'd prefer
some platform independent way if possible.
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users