Show
Ignore:
Timestamp:
07/04/08 03:46:13 (5 months ago)
Author:
krobillard
Message:

Thune

  • Implemented date!. Added ur_arrayExpand(), save.

ThuneGL

  • Added line-edit widget, blit, move-glyphs.
  • Can now make font from texture & binary.
  • Optimized renderGlyphXY() a bit.
  • twidget close event handler works again.
  • Updated thune-gl.spec for renamed glv RPM.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/doc/UserManual

    r539 r540  
    569569read         (file part -- data)     Read beginning of file. 
    570570write        (port data -- port)     Write data to port. 
    571 load         (file -- code)          Read script from file. 
    572571delete       (file -- )              Remove file. 
    573572rename       (file new -- )          Rename file. 
     
    599598Word         Stack Usage             Function 
    600599==========   ======================  ================= 
     600load         (file -- code)          Read script from file. 
     601save         (val file -- )          Save value to file. 
    601602split-path   (full -- path file)     Split full path into path & file. 
    602603dirize       (str -- str)            Ensure trailing slash is present.