Example: nca_win_move

In the following example, the nca_win_move function moves the window to the position 10, 10.

    nca_set_window("Navigator - Alert Manager, Vision Enterprises");
    nca_win_move ("Navigator - Alert Manager, Vision Enterprises", 10, 10);
    nca_win_close("N");