A Window Manager is a service on most modern OSes which provides the UI for manipulating the location and sizes of windows.
How do I get a list of all available windows managers on a linux system (Of course this would mostly …
linux window-managersHow do I properly implement a "minimize to tray" function in Qt? I tried the following code inside QMainWindow::changeEvent(…
c++ qt window-managersA window should stay on top of all other windows. Is this somehow possible with plain x11/xlib? Googling for "…
user-interface x11 window-managersis it possible to get programmatically which flags are currently active on a Window? We can enable flags with: getWindow().…
android window flags window-managersI am a student who did some web stuff and some command line applications, now giving GUIs a try. I …
user-interface gtk window-managersI need a view to show up at the top of my application, and when it's shown, it can keep …
android view window-managersI use QWidget::setFixedSize to avoid my window being resized. Even though it works, the resize-style cursor still appears when …
qt window-managersI have created a frameless Qt/QML window, and I really would like to know any programmatic means of setting …
ubuntu x11 qt5 window-managers compizI created an OS/X app that when it runs, I position the window in the center of the screen. …
macos nswindow window-managersI have a window in Gnome whose titlebar I would like to remove. This was easy in FVWM2: I just …
gnome titlebar window-managers x11 ewmh