window-managers
X11/Xlib: Window always on top
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.[详细]
2023-01-27 23:53 分类:问答Programming in Enlightenment Window Manager [closed]
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[详细]
2023-01-27 03:44 分类:问答Xlib getting events of a child window
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[详细]
2023-01-12 03:45 分类:问答Creating a window manager for Linux [closed]
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[详细]
2023-01-11 03:18 分类:问答How do I properly implement a "minimize to tray" function in Qt?
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[详细]
2023-01-09 07:57 分类:问答Ugly swing fonts under ratpoison
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[详细]
2023-01-03 14:59 分类:问答Is there a way to enumerate the open windows on Mac and X11?
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[详细]
2023-01-01 01:36 分类:问答Coding a GTK+ application without window manager?
开发者_如何学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.[详细]
2022-12-31 00:41 分类:问答How do I toggle 'always on top' for a QMainWindow in Qt without causing a flicker or a flash?
void MainWi开发者_开发技巧ndow::on_actionAlways_on_Top_triggered(bool checked) { Qt::WindowFlags flags = this->windowFlags();[详细]
2022-12-30 10:38 分类:问答Fluxbox compiling problems after making a change
I\'m trying to make the change here: http://fluxbox-wiki.org/index.php?title=Howto_Make_dblclick_titlebar_maximize[详细]
2022-12-30 10:32 分类:问答
加载中,请稍侯......