X Window Visibility Functions

Functions to 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.
EAPI void ecore_x_window_show (Ecore_X_Window window)
 Shows a window.
EAPI void ecore_x_window_hide (Ecore_X_Window window)
 Hides a window.

Detailed Description

Functions to change the visibility of X windows.


Function Documentation

EAPI void ecore_x_window_hide ( Ecore_X_Window  window  ) 

Hides a window.

Synonymous to "unmapping" a window in X Window System terminology.

Parameters:
window The window to hide.

EAPI void ecore_x_window_show ( Ecore_X_Window  window  ) 

Shows a window.

Synonymous to "mapping" a window in X Window System terminology.

Parameters:
window The window to show.

EAPI int ecore_x_window_visible_get ( Ecore_X_Window  win  ) 

Finds out whether the given window is currently visible.

Parameters:
win The given window.
Returns:
1 if the window is visible, otherwise 0.