X Window Visibility Functions

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

Functions

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.
EAPI int ecore_x_window_visible_get (Ecore_X_Window win)
 Finds out whether the given window is currently visible.

Detailed Description

Functions to change the visibility of X windows.

Functions to access and 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:
windowThe 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:
windowThe window to show.
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.