net_wm_supports
Description:
Gets whether the window manager for this supports a certain hint from the Extended Window Manager Hints specification (EWMH).
When using this function, keep in mind that the window manager can change over time; so you should not use this function in a way that impacts
persistent application state. A common bug is that your application can start up before the window manager does when the user logs in, and
before the window manager starts net_wm_supports will return false
for every property.
See also gdk_x11_screen_supports_net_wm_hint
in GDK.
Parameters:
this |
a Screen. |
atom |
a property atom. |
Returns:
|