Man Page: dtk_make_current_window
Operating Environment: debian
Section: 3
DTK_MAKE_CURRENT_WINDOW(3) Draw Toolkit manual DTK_MAKE_CURRENT_WINDOW(3)NAMEdtk_make_current_window - Make a window the target of the next drawsSYNOPSIS#include <drawtk.h> void dtk_make_current_window(dtk_hwnd wnd);DESCRIPTIONdtk_make_current_window() makes the window referenced by wnd as the target of the next drawings. If wnd is NULL then the function unbind the current window for next drawings. For a sucessfull call to dtk_draw_shape(), a window should be current. The creation of the window does not make it current.RETURN VALUENone.SEE ALSOdtk_create_window(3), dtk_draw_shape(3)EPFL2010 DTK_MAKE_CURRENT_WINDOW(3)
| Related Man Pages |
|---|
| dtk_destroy_font(3) - debian |
| dtk_load_font(3) - debian |
| dtk_move_shape(3) - debian |
| dtk_relmove_shape(3) - debian |
| glutsetwindow(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Introduction |
| Detecting unused variables... |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |