dtk_window_getsize(3) debian man page | unix.com

Man Page: dtk_window_getsize

Operating Environment: debian

Section: 3

DTK_WINDOW_GETSIZE(3)						Draw Toolkit manual					     DTK_WINDOW_GETSIZE(3)

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)
Related Man Pages
dtk_load_image(3) - debian
dtk_create_triangle(3) - debian
dtk_create_shape(3) - debian
dtk_destroy_font(3) - debian
dtk_set_event_handler(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?