Changeset main,72 for main


Ignore:
Timestamp:
11/27/2007 09:08:22 PM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tui
revision id:
dsowen@fugue88.ws-20071127210822-ydqm230ewsd78scw
Message:

Export symbols.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/simple-table.lisp

    r70 r72  
    11(defpackage #:tui-simple-table
    2   (:use #:cl #:dso-util #:grid #:tui-input #:tui-widget #:tui-window))
     2  (:use #:cl #:dso-util #:grid #:tui-input #:tui-widget #:tui-window)
     3  (:export #:simple-table #:data #:selected-row #:scroll-percent
     4           #:make-simple-table #:activate))
    35
    46(in-package #:tui-simple-table)
Note: See TracChangeset for help on using the changeset viewer.