dtk_window_getsize man page
dtk_window_getsize — Return window size in pixel 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. NoneSynopsis
#include <drawtk.h>
void dtk_window_getsize(dtk_hwnd wnd, unsigned int *w,
unsigned int *h);Description
Return Value
See Also
Info
2011 EPFL Draw Toolkit manual