¡@

Home 

c++ Programming Glossary: rootwindow

How to identify top-level X11 windows using xlib?

http://stackoverflow.com/questions/1201179/how-to-identify-top-level-x11-windows-using-xlib

CSoftwareInfoLinux enumerateWindows Display display Window rootWindow Window parent Window children Window child quint32 nNumChildren.. XTextProperty wmCommand int status XGetWMName display rootWindow wmName if status wmName.value wmName.nitems int i char list.. window with name char list status XGetCommand display rootWindow list i if status Success i list qDebug ... and Command i char..

Qt how to capture event indicating that all gui elements are ready

http://stackoverflow.com/questions/5465647/qt-how-to-capture-event-indicating-that-all-gui-elements-are-ready

of my application I do it like that in .h MainWindow rootWindow in .cpp rootWindow qobject_cast MainWindow this window If it.. I do it like that in .h MainWindow rootWindow in .cpp rootWindow qobject_cast MainWindow this window If it is done in the contructor.. this window If it is done in the contructor I can't use rootWindow object it couses runtime error. There is no relevant slot to..