A window should stay on top of all other windows. Is this somehow possible with plain x11/xlib? Googling for \"Always on top\" and \"x11\" / \"xlib\" didn\'t return anything useful.
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_如何学Go Want to improve this question? Update the question so it can be answered with facts and citati
I am writing a simple window manager using xlib. The code reparents client windows into a window slightly larger than the client window called frame window. I am trying to implement a click to focus p
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
How do I properly implement a \"minimize to tray\" f开发者_开发问答unction in Qt? I tried the following code inside QMainWindow::changeEvent(QEvent *e), but the window simply minimizes to the taskbar
I am writing a smallapplication in swing. I am usin开发者_如何学Cg Ratpoison as my window manager (with wmname LG3D) and Netbeans as IDE. My application fontswhen started from KDE or directly from Net
Basically, I am looking for something like Win32\'s EnumChildWindows on Mac and X11, which takes a handle to a window and returns a list of its child windows开发者_如何学运维.For X11, look at the xwin
开发者_如何学PythonI want to code sth. that basically works like TiVo.Switch it on, you only see the menu or an output, so no underlying OS or anything else is directly visible to the user.
void MainWi开发者_开发技巧ndow::on_actionAlways_on_Top_triggered(bool checked) { Qt::WindowFlags flags = this->windowFlags();
I\'m trying to make the change here: http://fluxbox-wiki.org/index.php?title=Howto_Make_dblclick_titlebar_maximize