c++ - Is there a cross-platform library for windows manipulation? -


is there library has equivalents winapi findwindow,enumwindows, windowfrompoint, childwindowfrompoint, getwindowrect, getwindowtext, enumdisplaymonitors etc. supported on each platform: windows, x11, os x, ... ?

there xgetwindowproperty , xfetchname, etc. functions on linux, nswindowlist, cgsgetwindowproperty(), etc. on mac. want wrapper library abstraction layer these functions, can use same code on platforms.

those functions windows platform specific only. can't use them on other operating systems use libraries , dll files run on windows based systems only. if want make cross platform apps using c/c++, should consider api's qt or gtk. have functions run on platforms without changes.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -