racket/collects/scribblings/gui
2011-02-05 16:48:40 -07:00
..
add-color-intf.scrbl
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
area-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
blurbs.rkt adjust `racket/gui' and dependencies to survive a locked preference file 2011-01-18 17:37:33 -07:00
button-class.scrbl allow a button% to have both a string and a bitmap for its label 2011-01-01 13:54:45 -07:00
canvas-class.scrbl add refresh-now' to canvas%' 2011-01-07 14:19:35 -07:00
canvas-intf.scrbl add refresh-now' to canvas%' 2011-01-07 14:19:35 -07: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 finish implementing display of menu shortcuts 2011-01-22 10:15:14 -07: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
combo-field-class.scrbl cocoa and gtk: fix combo% `on-popup' method 2010-11-05 15:54:56 -06:00
common.rkt fix make-gui-namespace from scheme/gui/base and racket/gui/base 2010-06-07 20:06:51 -04: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 remove non-working get-font' method of control<%>' 2011-01-28 05:55:41 -07:00
cursor-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
diagrams.rkt Reorganize editor and snip documentation to break out `racket/snip' 2010-12-17 12:32:27 -05:00
dialog-class.scrbl modial dialog don't disable mouse motion, enter, and leave events 2011-01-10 07:53:03 -07:00
dialog-funcs.scrbl fix `message-box' to use eventspace of parent, if any 2011-01-20 15:47:03 -07:00
dynamic.scrbl reorganize racket/gui docs and expand canvas-drawing overview 2010-11-27 20:05:20 -07:00
editor-admin-class.scrbl restore and document scrolling behavior 2011-01-05 07:02:00 -07:00
editor-canvas-class.scrbl specially record transparent-canvas drawing for a small number of drawing ops 2010-12-17 09:27:10 -07:00
editor-classes.scrbl Move mred/private/wxme/style to racket/snip/private/style. 2010-12-19 22:56:15 -05:00
editor-data-class-class.scrbl
editor-data-class-list-intf.scrbl
editor-data-class.scrbl changed some defconstructor/make's into defconstructor's 2010-02-21 02:06:28 +00:00
editor-funcs.scrbl open-input-text-editor: beef up the protection that the lock-while-reading? argument provides 2010-12-14 19:14:26 -06:00
editor-intf.scrbl fix `editor<%>' printing problems 2011-01-18 14:16:25 -07:00
editor-overview.scrbl reorganize racket/gui docs and expand canvas-drawing overview 2010-11-27 20:05:20 -07:00
editor-snip-class.scrbl
editor-snip-editor-admin-intf.scrbl
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
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
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 add eventspace-event-evt' to racket/gui/base' 2011-01-24 19:47:20 -07:00
font-funcs.scrbl first cut at splitting draw and gui docs 2010-11-05 21:57:13 -06:00
frame-class.scrbl `frame%' style doc corrections 2011-01-28 11:14:01 -07:00
gauge-class.scrbl canvas scroll and gauge range limit to 1000000 2010-11-05 15:54:30 -06:00
global-draw-funcs.scrbl gtk and cocoa: add flush method to canvas% and fix periodic flush 2010-11-05 15:54:55 -06: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
gui.scrbl adjust racket/gui/base' to re-export file/resource' 2011-02-05 14:05:08 -07:00
guide.scrbl reorganize racket/gui docs and expand canvas-drawing overview 2010-11-27 20:05:20 -07:00
horizontal-pane-class.scrbl
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 clean up handling of not-ok?', bitmap-dc%'-selected, and mutated bitmaps 2010-12-30 08:35:56 -07:00
info.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
key-event-class.scrbl fix key-event problem and implement mouse wheel for Cocoa 2010-11-05 15:54:23 -06: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
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
menu-class.scrbl
menu-item-class.scrbl finish implementing display of menu shortcuts 2011-01-22 10:15:14 -07:00
menu-item-container-intf.scrbl
menu-item-intf.scrbl
message-class.scrbl clean up handling of not-ok?', bitmap-dc%'-selected, and mutated bitmaps 2010-12-30 08:35:56 -07:00
miscwin-funcs.scrbl change gracket -z' to just use read-eval-print-loop' 2011-01-24 19:47:21 -07:00
mouse-event-class.scrbl gtk: misc fixes 2010-11-05 15:54:41 -06:00
mult-color-intf.scrbl
pane-class.scrbl
panel-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
pasteboard-class.scrbl Fix documentation to match editor<%>, text%, and pasteboard% changes. 2011-01-04 13:04:28 -05:00
popup-menu-class.scrbl
prefs.scrbl adjust `racket/gui' and dependencies to survive a locked preference file 2011-01-18 17:37:33 -07:00
printer-dc-class.scrbl first cut at splitting draw and gui docs 2010-11-05 21:57:13 -06: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 first cut at splitting draw and gui docs 2010-11-05 21:57:13 -06: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 finish implementing display of menu shortcuts 2011-01-22 10:15:14 -07:00
separator-menu-item-class.scrbl
slider-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
snip-admin-class.scrbl Document new methods of `snip-admin%'. 2010-12-17 12:32:27 -05: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
snip-class.scrbl Rackety 2010-12-24 06:34:45 -06:00
snip-classes.scrbl adjust racket/snip docs 2010-12-20 08:04:11 -07:00
startup.scrbl add current-get-interaction-input-port' and adjust racket/gui' 2011-01-24 19:47:20 -07:00
string-snip-class.scrbl
style-delta-class.scrbl Various typo, spelling, and punctuation fixes in scribblings. 2010-05-28 14:47:54 -06:00
style-intf.scrbl
style-list-class.scrbl document weak reference by `notify-on-change' 2011-01-07 13:02:11 -07:00
subarea-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
subwindow-intf.scrbl add reparent' to subwindow<%>' 2011-01-21 20:21:21 -07:00
system-menu-funcs.scrbl cocoa: fix startup -psn_ and file handling 2010-11-05 15:54:46 -06: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 Fix documentation to match editor<%>, text%, and pasteboard% changes. 2011-01-04 13:04:28 -05:00
text-field-class.scrbl change `text-field%' to treat numpad Enter like normal Enter/Return 2011-01-18 11:02:46 -07: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
vertical-panel-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
win-classes.scrbl first cut at splitting draw and gui docs 2010-11-05 21:57:13 -06:00
win-funcs.scrbl first cut at splitting draw and gui docs 2010-11-05 21:57:13 -06:00
win-overview.scrbl get rid of the old barriers around GUI event dispatch 2011-01-17 09:21:50 -07:00
window-intf.scrbl document limitations of on-subwindow-event' and on-subwindow-char' 2011-02-05 16:48:40 -07:00
wxme.scrbl adjust the wxme reader so that it now creates image-snip%s when it finds image-snips in file 2011-02-02 20:26:52 -06:00