Files
wxWidgets/include/wx
Julian Smart e39af974ef - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle into common code.
- wxWindow::OnInternalIdle is now used in all ports, and ensures that
  user OnIdle events do not interfere with crucial internal processing.
- wxWindow::UpdateWindowUI is now a documented function that
  sends wxUpdateUIEvents, and can be overridden. It has a helper function
  DoUpdateWindowUI for taking appropriate wxUpdateUIEvent action.
- Added functions to wxUpdateUIEvent: Set/GetMode, Set/GetUpdateInterval,
  CanUpdate, to assist with optimising update event frequency.
- Added functions to wxIdleEvent: Set/GetMode, CanSend, to
  determine whether a window should receive idle events.
- Added wxWS_EX_PROCESS_IDLE, wxWS_EX_PROCESS_UI_UPDATES window
  styles for use with conservative idle and update event modes.
- wxMSW and wxGTK now send menu update events only when a menu is
  about to be used.
- Added WM_INITMENU processing instead of WM_ENTERMENULOOP, or
  accelerators don't always get called since menu items may still
  be disabled.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-09 10:15:21 +00:00
..
2003-07-08 21:58:01 +00:00
2003-05-29 23:50:21 +00:00
2003-07-04 13:33:42 +00:00
2003-03-22 06:13:03 +00:00
2003-07-08 22:24:26 +00:00
2003-01-20 00:31:28 +00:00
2003-03-22 06:18:36 +00:00
2003-03-22 06:18:36 +00:00
2003-03-22 06:18:36 +00:00
2003-03-22 06:18:36 +00:00
2003-03-22 06:18:36 +00:00
2003-06-23 14:49:46 +00:00
2003-02-25 12:43:06 +00:00
2002-12-04 14:11:26 +00:00
2003-03-22 06:18:36 +00:00
2003-03-22 06:18:36 +00:00
2003-05-09 12:58:28 +00:00
2003-03-22 06:18:36 +00:00
2003-07-08 20:41:48 +00:00
2003-06-11 10:03:57 +00:00
2003-03-22 06:18:36 +00:00
2003-03-22 06:18:36 +00:00
2003-03-22 06:18:36 +00:00
2003-02-12 20:58:58 +00:00
2003-07-06 21:33:35 +00:00
2003-07-08 22:52:30 +00:00
2002-09-05 19:37:25 +00:00
2003-06-21 20:06:07 +00:00
2003-03-22 06:18:36 +00:00
2003-03-22 06:03:07 +00:00
2003-07-08 20:41:48 +00:00
2003-03-23 18:49:12 +00:00
2003-03-22 06:18:36 +00:00
2002-12-04 14:11:26 +00:00
2002-12-04 14:11:26 +00:00
2002-12-04 14:11:26 +00:00
2002-12-04 14:11:26 +00:00
2002-12-04 14:11:26 +00:00
2002-12-04 14:11:26 +00:00
2002-12-04 14:11:26 +00:00
2003-07-07 11:48:22 +00:00
2003-03-21 15:43:19 +00:00
2002-04-15 18:24:46 +00:00
2003-07-08 22:24:26 +00:00
2003-07-08 20:34:04 +00:00
2003-05-09 12:58:28 +00:00
2003-03-02 23:42:57 +00:00
2003-03-22 06:13:03 +00:00
2003-07-01 12:19:10 +00:00
2003-07-04 18:18:11 +00:00
2003-07-04 18:18:11 +00:00
2003-03-22 06:07:11 +00:00
2003-06-26 17:29:33 +00:00
2003-03-22 06:18:36 +00:00
2002-12-04 14:11:26 +00:00
2003-06-29 15:44:08 +00:00
2003-03-22 06:18:36 +00:00
2003-05-24 19:41:05 +00:00
2003-03-21 15:30:17 +00:00
2003-03-22 06:18:36 +00:00
2003-03-22 06:18:36 +00:00
2003-03-22 06:18:36 +00:00
2003-03-22 06:18:36 +00:00
2003-07-06 17:24:51 +00:00
2003-07-03 09:58:36 +00:00
2003-06-19 22:14:06 +00:00
2003-06-12 11:28:16 +00:00
2003-07-04 18:03:29 +00:00
2003-03-28 19:18:51 +00:00
2003-03-28 19:18:51 +00:00
2003-03-28 19:18:51 +00:00
2003-04-02 13:54:01 +00:00
2003-07-04 19:46:44 +00:00