racket/collects/scribblings/gui
Eli Barzilay c4f67b3e74 Small typos, some reformatting.
Fixes PR10920
2010-05-21 16:30:16 -04:00
..
add-color-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
area-container-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
area-container-window-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
area-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
bitmap-class.scrbl made the docs match the implementation 2010-03-04 19:31:03 +00:00
bitmap-dc-class.scrbl JIT tweak for flonum comparisons; better bytecode-compiler transformations for expressions used as branch tests 2010-01-05 20:24:59 +00:00
blurbs.rkt A lot of "MrEd" -> "GRacket"s. 2010-05-16 23:46:05 -04:00
brush-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
brush-list-class.scrbl changed some defconstructor/make's into defconstructor's 2010-02-21 02:06:28 +00:00
button-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
canvas-class.scrbl add accept-tab-focus to editor-canvas% 2010-02-01 19:30:59 +00:00
canvas-intf.scrbl add accept-tab-focus to editor-canvas% 2010-02-01 19:30:59 +00:00
check-box-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
checkable-menu-item-class.scrbl doc improvements 2008-05-01 17:15:03 +00:00
choice-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
clipboard-client-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
clipboard-intf.scrbl used exact-integer? instead of (and/c exact? integer?) 2010-03-03 17:41:44 +00:00
color-class.scrbl make scheme/path fuctions work on paths for any playform 2009-01-11 13:52:26 +00:00
color-database-intf.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
combo-field-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
common.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
config.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
control-event-class.scrbl used exact-integer? instead of (and/c exact? integer?) 2010-03-03 17:41:44 +00:00
control-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
cursor-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
dc-intf.scrbl rackety racket/gui doc 2010-05-02 11:29:45 -06:00
dc-path-class.scrbl changed some defconstructor/make's into defconstructor's 2010-02-21 02:06:28 +00:00
diagrams.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
dialog-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
dialog-funcs.scrbl added a for-label require 2009-12-10 15:05:35 +00:00
draw-classes.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
draw-funcs.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
draw-list-funcs.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
draw-overview.scrbl rackety racket/gui doc 2010-05-02 11:29:45 -06:00
dynamic.scrbl rackety racket/gui doc 2010-05-02 11:29:45 -06:00
editor-admin-class.scrbl changed some defconstructor/make's into defconstructor's 2010-02-21 02:06:28 +00:00
editor-canvas-class.scrbl add accept-tab-focus to editor-canvas% 2010-02-01 19:30:59 +00:00
editor-classes.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
editor-data-class-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
editor-data-class-list-intf.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
editor-data-class.scrbl changed some defconstructor/make's into defconstructor's 2010-02-21 02:06:28 +00:00
editor-funcs.scrbl A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
editor-intf.scrbl Given the other uses of #:mode public-final in this file, I assume that the 2010-04-02 00:15:24 +00:00
editor-overview.scrbl rackety racket/gui doc 2010-05-02 11:29:45 -06:00
editor-snip-class.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
editor-snip-editor-admin-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
editor-stream-in-base-class.scrbl doc scheme/gui editor-stream method updates 2009-04-17 11:12:13 +00:00
editor-stream-in-bytes-base-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
editor-stream-in-class.scrbl used exact-integer? instead of (and/c exact? integer?) 2010-03-03 17:41:44 +00:00
editor-stream-out-base-class.scrbl Scheme-implemented editor classes; on-demand instantiation of module phases 2009-04-07 17:12:22 +00:00
editor-stream-out-bytes-base-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
editor-stream-out-class.scrbl used exact-integer? instead of (and/c exact? integer?) 2010-03-03 17:41:44 +00:00
editor-wordbreak-map-class.scrbl bug fixes from random testing 2010-03-23 01:49:08 +00:00
event-class.scrbl A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
eventspace-funcs.scrbl A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
font-class.scrbl used exact-integer? instead of (and/c exact? integer?) 2010-03-03 17:41:44 +00:00
font-config.scrbl rackety racket/gui doc 2010-05-02 11:29:45 -06:00
font-funcs.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
font-list-class.scrbl changed some defconstructor/make's into defconstructor's 2010-02-21 02:06:28 +00:00
font-name-directory-intf.scrbl used exact-integer? instead of (and/c exact? integer?) 2010-03-03 17:41:44 +00:00
frame-class.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
gauge-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
gl-config-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
gl-context-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
global-draw-funcs.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
group-box-panel-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
grow-box-spacer-pane-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
gui.scrbl rackety racket/gui doc 2010-05-02 11:29:45 -06:00
guide.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
horizontal-pane-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
horizontal-panel-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
image-snip-class.scrbl bug fixes from random testing 2010-03-23 01:49:08 +00:00
info.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
key-event-class.scrbl tightened up the contract in the docs for key-event%s methods so they limit the symbols to just the legal ones 2010-03-04 17:14:59 +00:00
keymap-class.scrbl changed some defconstructor/make's into defconstructor's 2010-02-21 02:06:28 +00:00
labelled-menu-item-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
list-box-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
list-control-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
menu-bar-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
menu-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
menu-item-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
menu-item-container-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
menu-item-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
message-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
miscwin-funcs.scrbl Small typos, some reformatting. 2010-05-21 16:30:16 -04:00
mouse-event-class.scrbl used exact-integer? instead of (and/c exact? integer?) 2010-03-03 17:41:44 +00:00
mult-color-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
pane-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
panel-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
pasteboard-class.scrbl Fixed bugs found with random testing 2010-03-19 11:39:02 +00:00
pen-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
pen-list-class.scrbl changed some defconstructor/make's into defconstructor's 2010-02-21 02:06:28 +00:00
point-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
popup-menu-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
post-script-dc-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
post-script-funcs.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
prefs.scrbl rackety racket/gui doc 2010-05-02 11:29:45 -06:00
printer-dc-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
ps-setup-class.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
radio-box-class.scrbl allow radio-box% to have no selected buttons 2010-01-28 17:51:30 +00:00
readable-snip-intf.scrbl improve readable-snip<%> and related docs 2009-08-19 20:51:23 +00:00
reference.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
region-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
scroll-event-class.scrbl used exact-integer? instead of (and/c exact? integer?) 2010-03-03 17:41:44 +00:00
selectable-menu-item-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
separator-menu-item-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
slider-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
snip-admin-class.scrbl changed some defconstructor/make's into defconstructor's 2010-02-21 02:06:28 +00:00
snip-class-class.scrbl used exact-integer? instead of (and/c exact? integer?) 2010-03-03 17:41:44 +00:00
snip-class-list-intf.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
snip-class.scrbl Fixed bugs found with random testing 2010-03-19 11:39:02 +00:00
string-snip-class.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
style-delta-class.scrbl changed some one-of/c's to or/c's 2010-02-19 15:03:12 +00:00
style-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
style-list-class.scrbl bug fixes from random testing 2010-03-23 01:49:08 +00:00
subarea-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
subwindow-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
system-menu-funcs.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
tab-panel-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
tab-snip-class.scrbl changed some defconstructor/make's into defconstructor's 2010-02-21 02:06:28 +00:00
text-class.scrbl bug fixes from random testing 2010-03-23 01:49:08 +00:00
text-field-class.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
timer-class.scrbl fix bignum expt (PR 10690); also fixed a doc typo 2010-01-12 02:16:12 +00:00
top-level-window-intf.scrbl add accept-tab-focus to editor-canvas% 2010-02-01 19:30:59 +00:00
vertical-pane-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
vertical-panel-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
win-classes.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
win-funcs.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
win-overview.scrbl rackety racket/gui doc 2010-05-02 11:29:45 -06:00
window-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
wxme.scrbl Small typos, some reformatting. 2010-05-21 16:30:16 -04:00