Show
Ignore:
Timestamp:
06/07/08 03:35:15 (6 months ago)
Author:
krobillard
Message:

Added show, hide, and gui_setMouseFocus().
Quit & halt propogate up nested ur_eval() calls.
Thune-gl RPM builds again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/doc/GLManual

    r516 r537  
    155155make-matrix        (vec3 -- matrix) 
    156156=================  ======================  ====================== 
     157 
     158 
     159Widget Functions 
     160---------------- 
     161 
     162================  ======================  ====================== 
     163Word              Stack Usage             Function 
     164================  ======================  ====================== 
     165show              (widget -- )            Show widget 
     166show/focus        (widget -- )            Show widget and give it focus 
     167hide              (widget -- )            Hide widget 
     168================  ======================  ====================== 
    157169 
    158170