racket/collects/mred/private
Matthew Flatt 55f98a15d4 racket/gui gtk: make `on-demand' for menus work better
There appears to be no way to make `on-demand' work right for the
Unity window manager's global menu bar, since there's no notificiation
when the menu bar is clicked. We approximate the correct behavior
by calling `on-demand' when a containing frame loses the keyboard
focus, which might be because the menu bar was clicked; that may be
too late (because the menu has already been shown), but it should
work most of the time.

Closes PR 13347.

Relevant to PR 13395, but DrRacket will have to change to work
around the remaining limitations of `on-demand'.
2013-01-01 15:55:36 -07:00
..
wx racket/gui gtk: make `on-demand' for menus work better 2013-01-01 15:55:36 -07:00
wxme adjust find-string in text% so it doesn't allocate as many temporary strings 2012-12-24 23:35:12 -06:00
app.rkt
check.rkt
const.rkt
cycle.rkt
dynamic.rkt
editor.rkt make right-clicking on non-text offer copy and cut in the 2012-11-22 17:33:34 -06:00
filedialog.rkt
fontdialog.rkt
gdi.rkt
helper.rkt
kernel.rkt
lock.rkt
messagebox.rkt
misc.rkt
moredialogs.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
mrcanvas.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
mrcontainer.rkt
mred.rkt scheme/gui/base: fix module-attach problem in `make-gui-base-namespace' 2012-11-19 07:56:48 -07:00
mritem.rkt racket/gui: add delete' to choice%' and `list-control<%>' 2012-11-04 08:25:43 -07:00
mrmenu.rkt error message repair 2012-11-04 06:09:21 -07:00
mrmenuintf.rkt
mrpanel.rkt
mrpopup.rkt
mrtextfield.rkt
mrtop.rkt add display-changed method 2012-12-21 19:22:59 -06:00
mrwindow.rkt
path-dialog.rkt
repl.rkt
seqcontract.rkt
snipfile.rkt
syntax.rkt
te.rkt
wx.rkt
wxcanvas.rkt
wxcontainer.rkt
wxitem.rkt
wxlitem.rkt racket/gui: fix problems with control labels and client/global positions 2012-11-04 08:47:50 -07:00
wxmenu.rkt
wxpanel.rkt fix error check on the result of place-children 2012-11-28 10:54:34 -06:00
wxtextfield.rkt
wxtop.rkt add display-changed method 2012-12-21 19:22:59 -06:00
wxwindow.rkt