Jump to content

Top layer windows (widget overlapping)


Steffen

Recommended Posts

Hi hi,

i'm trying to have some windows(containers) that are overlapping others.  This is a popup menu which is drawn over whatever else is on the screen. With this i now have the problem that if the screen content is updated periodically (i.e new line printed to console) the popup menu is not redrawn. The console will just draw over it and make parts of it vanish unless i manually request a redraw.

From what i already gathered the default window manager will only handle overlapping for children widgets of a parent, so in this case the popup window never gets its redraw flag set as it has no parent set. Is there any convenient way to have such toplevel/popup windows with the default window manager or is a custom window manager the only way?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...