racket/collects/scribblings/gui
Matthew Flatt f1e13a7921 modial dialog don't disable mouse motion, enter, and leave events
Closes PR 11599

 This is an API change relative to gr1, but it seems sensible,
 and it makes enter and leave events more reliable and easier
 to implement.
2011-01-10 07:53:03 -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 clean up handling of not-ok?', bitmap-dc%'-selected, and mutated bitmaps 2010-12-30 08:35:56 -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 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
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 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
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 gtk: get-file' and put-file' replace "*.*" filter with "*" 2011-01-08 10:29:31 -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 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 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 repairs for line numbers in DrRacket 2011-01-07 11:57:50 -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 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
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 Fix references to Scheme. 2010-06-04 15:40:08 -04:00
font-funcs.scrbl first cut at splitting draw and gui docs 2010-11-05 21:57:13 -06:00
frame-class.scrbl gtk: try fullscreen 2010-11-05 15:54:32 -06: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 Reorganize editor and snip documentation to break out `racket/snip' 2010-12-17 12:32:27 -05: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
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 added a note about how label-string? is used. 2010-12-12 15:26:54 -06: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 first cut at splitting draw and gui docs 2010-11-05 21:57:13 -06: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 Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00: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 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 Rackety 2010-12-24 06:34:45 -06:00
snip-classes.scrbl adjust racket/snip docs 2010-12-20 08:04:11 -07: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 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
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 add methods to text-field% to control the background color 2010-08-03 12:34:16 -06: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 modial dialog don't disable mouse motion, enter, and leave events 2011-01-10 07:53:03 -07:00
window-intf.scrbl add get-client-handle' to window<%>' 2011-01-05 12:15:37 -07:00
wxme.scrbl adjust racket/snip docs 2010-12-20 08:04:11 -07:00