This commit is contained in:
2025-08-06 23:30:36 +02:00
parent d5028bf555
commit 4774338b0b
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
#lang racket
(module columns-pane racket
(require racket/gui)
@@ -182,4 +181,3 @@
;(send win show #t)
) ; End Module

View File

@@ -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% ()]{