X Window Visibility Functions

Functions to access and change the visibility of X windows. More...

Functions

EAPI int ecore_x_window_visible_get (Ecore_X_Window win)
 Finds out whether the given window is currently visible.

Detailed Description

Functions to access and change the visibility of X windows.

Function Documentation

EAPI int ecore_x_window_visible_get ( Ecore_X_Window  win)

Finds out whether the given window is currently visible.

Parameters
winThe given window.
Returns
1 if the window is visible, otherwise 0.