[BACK]Return to todo.txt CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_toolkit

Diff for /OpenXM/src/ox_toolkit/todo.txt between version 1.1 and 1.4

version 1.1, 1999/12/15 07:45:22 version 1.4, 1999/12/17 02:18:17
Line 1 
Line 1 
 $OpenXM$  $OpenXM: OpenXM/src/ox_toolkit/todo.txt,v 1.3 1999/12/16 01:22:42 takayama Exp $
   
 * We need a sample program that explains how to construct  * Sample ox_server:  ox_X.   (Work in progress)
     (OX_DATA,(CMO_INT,32))    It accepts the following commands:
     (OX_DATA,(CMO_STRING,"Hello"))        m setcolor
     (OX_DATA,(CMO_LIST,1,2,3))        x y setpixel
     (OX_COMMAND,(SM_popCMO))        x y moveto
     etc        x y lineto
   by using C functions.        clear
     and draw pixels and lines on a window.
     Reference:  unkei:~taka/this/Joho/glib.c  (How to use -lX11?)
                 OpenXM/src/ox_toolkit/ox_Xsample.c
   
 * We also need a sample program that explains how to get    Sample use of ox_X :  draw a Mandelbrot set.
   int, char *, and so on from the received data.  
   
   
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>