Provided by: libdrawtk-dev_2.0-2ubuntu1_amd64 

NAME
dtk_window_getsize - Return window size in pixel
SYNOPSIS
#include <drawtk.h>
void dtk_window_getsize(dtk_hwnd wnd, unsigned int *w,
unsigned int *h);
DESCRIPTION
This function returns the current size in pixel of the window associated with the handle wnd into the
values pointed by w and h. If wnd, w or h is NULL, the function does nothing.
RETURN VALUE
None
SEE ALSO
dtk_create_window(3)
EPFL 2011 DTK_WINDOW_GETSIZE(3)