yw_window_id

Name

yw_window_id -- get win_id of window

Synopsis


     #include <yw/window.h>
   

int yw_window_id(YwWindow *win);

DESCRIPTION

This function returns integer, that identifies window win for server. It can be used to call server directly (and not with yw_window_* functions).

RETURN VALUE

Win_id of window.

SEE ALSO

yw_window_new (3), yw_window_buffer (3),

INFO

Generated from: window.c,v 1.1 2001/05/04 11:04:23 malekith Exp.