1DTK_WINDOW_GETSIZE(3) Draw Toolkit manual DTK_WINDOW_GETSIZE(3)
2
3
4
6 dtk_window_getsize - Return window size in pixel
7
9 #include <drawtk.h>
10
11 void dtk_window_getsize(dtk_hwnd wnd, unsigned int *w,
12 unsigned int *h);
13
15 This function returns the current size in pixel of the window associā
16 ated with the handle wnd into the values pointed by w and h. If wnd, w
17 or h is NULL, the function does nothing.
18
20 None
21
23 dtk_create_window(3)
24
25
26
27
28
29EPFL 2011 DTK_WINDOW_GETSIZE(3)