racket/collects/mred/private/wx
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
..
cocoa Rackety 2012-12-21 19:22:59 -06:00
common add the name of the function to the message string in the gui-event logger 2012-11-16 07:26:38 -06:00
gtk racket/gui gtk: make `on-demand' for menus work better 2013-01-01 15:55:36 -07:00
win32 add display-changed method 2012-12-21 19:22:59 -06:00
platform.rkt racket/gui: add `get-current-mouse-state' 2012-11-07 14:37:39 -07:00