IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2009, 3:45:16 AM (17 years ago)
Author:
eugene
Message:

adding function to relocate kapa window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/Ohana/src/opihi/cmd.data/init.c

    r24992 r25034  
    8585int rebin            PROTO((int, char **));
    8686int resize           PROTO((int, char **));
     87int relocate         PROTO((int, char **));
    8788int roll             PROTO((int, char **));
    8889int rotate           PROTO((int, char **));
     
    220221  {1, "rebin",        rebin,            "rebin image data by factor of N"},
    221222  {1, "resize",       resize,           "set graphics/image window size"},
     223  {1, "relocate",     relocate,         "set graphics/image window position"},
    222224  {1, "roll",         roll,             "roll image to new start point"},
    223225  {1, "rotate",       rotate,           "rotate image"},
Note: See TracChangeset for help on using the changeset viewer.