From 8e7b235a1980da55bf1ca0183e6fb9ae1742f11f Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 15 Aug 2008 20:16:06 +0000 Subject: [PATCH] assign authors to manuals svn: r11287 original commit: 9453aaaccf2f0007bae450c291e1cd29a7a14696 --- collects/embedded-gui/scribblings/embedded-gui.scrbl | 2 ++ collects/scribblings/framework/framework.scrbl | 2 ++ collects/scribblings/gui/gui.scrbl | 2 ++ 3 files changed, 6 insertions(+) diff --git a/collects/embedded-gui/scribblings/embedded-gui.scrbl b/collects/embedded-gui/scribblings/embedded-gui.scrbl index 2bae2a28..2d5bd51a 100644 --- a/collects/embedded-gui/scribblings/embedded-gui.scrbl +++ b/collects/embedded-gui/scribblings/embedded-gui.scrbl @@ -4,6 +4,8 @@ @title{@bold{Embedded GUI}: Widgets within @scheme[editor<%>]} +@author["Mike T. McHenry"] + @defmodule[embedded-gui] The @schememodname[embedded-gui] library provides a class hierarchy diff --git a/collects/scribblings/framework/framework.scrbl b/collects/scribblings/framework/framework.scrbl index bff03eb3..1d616147 100644 --- a/collects/scribblings/framework/framework.scrbl +++ b/collects/scribblings/framework/framework.scrbl @@ -6,6 +6,8 @@ @title{@bold{Framework}: PLT GUI Application Framework} @(defmodule framework) +@author["Robert Bruce Findler"] + The framework provides a number of mixins, classes and functions designed to help you build a complete application program on top of the @scheme[scheme/gui] library. diff --git a/collects/scribblings/gui/gui.scrbl b/collects/scribblings/gui/gui.scrbl index 57ee3cba..0b319e65 100644 --- a/collects/scribblings/gui/gui.scrbl +++ b/collects/scribblings/gui/gui.scrbl @@ -3,6 +3,8 @@ @title{@bold{GUI}: PLT Graphics Toolkit} +@author["Matthew Flatt" "Robert Bruce Findler" "John Clements"] + @declare-exporting[scheme/gui/base scheme/gui #:use-sources (mred)] This reference manual describes the GUI toolbox that is part of PLT