Method
PhoshShellget_usable_area
Declaration [src]
void
phosh_shell_get_usable_area (
PhoshShell* self,
int* x,
int* y,
int* width,
int* height
)
Parameters
x |
int* |
The x coordinate where client usable area starts. |
|
The argument will be set by the function. | |
The argument can be set to NULL . | |
y |
int* |
The y coordinate where client usable area starts. |
|
The argument will be set by the function. | |
The argument can be set to NULL . | |
width |
int* |
The width of the client usable area. |
|
The argument will be set by the function. | |
The argument can be set to NULL . | |
height |
int* |
The height of the client usable area. |
|
The argument will be set by the function. | |
The argument can be set to NULL . |