Example: nca_win_resize

In the following example, the nca_win_resize function resizes the test window to 271 x 171.

nca_set_window("Frame Creator");
nca_button_press("is Resizable");
nca_button_press("is Maxable");
nca_button_press("is Iconifiable");
nca_button_press("is Closable");
nca_edit_set("Title", "Test Window");
nca_button_press("Make");
nca_win_resize("Test Window", 271, 171);
win_min("Test Window");
win_restore("Test Window");