diff --git a/main.rkt b/main.rkt index 3464995..54de2fd 100644 --- a/main.rkt +++ b/main.rkt @@ -1,5 +1,4 @@ #lang racket -(module columns-pane racket (require racket/gui) @@ -182,4 +181,3 @@ ;(send win show #t) -) ; End Module diff --git a/scribblings/columns-pane.scrbl b/scribblings/columns-pane.scrbl index 35d1fff..38c3c5b 100644 --- a/scribblings/columns-pane.scrbl +++ b/scribblings/columns-pane.scrbl @@ -6,11 +6,13 @@ racket/base racket/string racket/gui - racket/file)) + racket/file + columns-pane)) @author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]] -@defmodule[columns-pane%]{This module provides a new class @racket[columns-pane%] that can be used to arrange widgets in a table like fashon, making all widgets in a column of the same width} +@defmodule[columns-pane] +This module provides a new class @racket[columns-pane%] that can be used to arrange widgets in a table like fashon, making all widgets in a column of the same width @defclass/title[columns-pane% vertical-pane% ()]{