Man Page: dtk_window_getsize
Operating Environment: debian
Section: 3
DTK_WINDOW_GETSIZE(3) Draw Toolkit manual DTK_WINDOW_GETSIZE(3)NAMEdtk_window_getsize - Return window size in pixelSYNOPSIS#include <drawtk.h> void dtk_window_getsize(dtk_hwnd wnd, unsigned int *w, unsigned int *h);DESCRIPTIONThis 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 VALUENoneSEE ALSOdtk_create_window(3)EPFL2011 DTK_WINDOW_GETSIZE(3)
| Related Man Pages |
|---|
| dtk_load_image(3) - debian |
| dtk_create_circle_str(3) - debian |
| dtk_create_image(3) - debian |
| dtk_load_font(3) - debian |
| dtk_set_event_handler(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Find columns in a file based on header and print to new file |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |