Ignore:
Timestamp:
11/09/2007 12:29:19 AM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tui-new
revision id:
dsowen@fugue88.ws-20071109002919-u3q6f17xwbxvy3b0
Message:

Added numberbox support to forms.
Fixed indentation of defform and added documentation.
Fix: Labels weren't being pushed to the screen.
Fix: (activate label) should return something useful to the form.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/widget/generic.lisp

    r40 r45  
    11(defpackage #:tui-widget-generic
    22  (:use #:cl)
    3   (:export #:text #:widget #:scroll #:insertion-point #:destroy #:draw
    4            #:activate))
     3  (:export #:text #:widget #:parent-window #:column #:row #:scroll
     4           #:insertion-point #:destroy #:draw #:activate))
    55
    66(in-package #:tui-widget-generic)
Note: See TracChangeset for help on using the changeset viewer.