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

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -