Ecore_X_Window_Configure_Group

Langue: en

Autres versions - même langue

Version: 381807 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

X Window Configure Functions -

Functions to configure X windows.

Functions


EAPI void ecore_x_window_configure (Ecore_X_Window window, Ecore_X_Window_Configure_Mask mask, int x, int y, int width, int height, int border_width, Ecore_X_Window sibling, int stack_mode)
Configures the given window with the given mask.
EAPI void ecore_x_window_move (Ecore_X_Window window, int x, int y)
Moves a window to the position x, y.
EAPI void ecore_x_window_resize (Ecore_X_Window window, int width, int height)
Resizes a window.
EAPI void ecore_x_window_move_resize (Ecore_X_Window window, int x, int y, int width, int height)
Moves and resizes a window.
EAPI void ecore_x_window_border_width_set (Ecore_X_Window window, int border_width)
Sets the width of the border of the given window.
EAPI void ecore_x_window_raise (Ecore_X_Window window)
Raises the given window.
EAPI void ecore_x_window_lower (Ecore_X_Window window)
Lowers the given window.

Detailed Description

Functions to configure X windows.

Function Documentation

EAPI void ecore_x_window_border_width_set (Ecore_X_Window window, int border_width)

Sets the width of the border of the given window. Parameters:

window The given window.
border_width The new border width.

EAPI void ecore_x_window_configure (Ecore_X_Window window, Ecore_X_Window_Configure_Mask mask, int x, int y, int width, int height, int border_width, Ecore_X_Window sibling, int stack_mode)

Configures the given window with the given mask. Parameters:

window The given window.
mask The given mask.
x The X coordinate of the window.
y The Y coordinate of the window.
width The width of the window.
height The height of the window.
border_width The border width of the window.
sibling The sibling window of the window.
stack_mode The stack mode of the window.

EAPI void ecore_x_window_lower (Ecore_X_Window window)

Lowers the given window. Parameters:

window The window to lower.

EAPI void ecore_x_window_move (Ecore_X_Window window, int x, int y)

Moves a window to the position x, y. The position is relative to the upper left hand corner of the parent window.

Parameters:

window The window to move.
x X position.
y Y position.

EAPI void ecore_x_window_move_resize (Ecore_X_Window window, int x, int y, int width, int height)

Moves and resizes a window. Parameters:

window The window to move and resize.
x New X position of the window.
y New Y position of the window.
width New width of the window.
height New height of the window.

EAPI void ecore_x_window_raise (Ecore_X_Window window)

Raises the given window. Parameters:

window The window to raise.

EAPI void ecore_x_window_resize (Ecore_X_Window window, int width, int height)

Resizes a window. Parameters:

window The window to resize.
width New width of the window.
height New height of the window.

Author

Generated automatically by Doxygen for Ecore from the source code.