?
This commit is contained in:
2
main.rkt
2
main.rkt
@@ -1,5 +1,4 @@
|
|||||||
#lang racket
|
#lang racket
|
||||||
(module columns-pane racket
|
|
||||||
|
|
||||||
(require racket/gui)
|
(require racket/gui)
|
||||||
|
|
||||||
@@ -182,4 +181,3 @@
|
|||||||
|
|
||||||
;(send win show #t)
|
;(send win show #t)
|
||||||
|
|
||||||
) ; End Module
|
|
||||||
|
|||||||
@@ -6,11 +6,13 @@
|
|||||||
racket/base
|
racket/base
|
||||||
racket/string
|
racket/string
|
||||||
racket/gui
|
racket/gui
|
||||||
racket/file))
|
racket/file
|
||||||
|
columns-pane))
|
||||||
|
|
||||||
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
|
@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% ()]{
|
@defclass/title[columns-pane% vertical-pane% ()]{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user