Files
gtk/gdk
Руслан Ижбулатов a4c6339351 GDK W32: Implement show_window_menu()
This is achieved by sending undocumented message WM_SYSMENU
to the window.
Before doing that, the window is given WS_SYSMENU style
(to enable window menu) and some combination of
WS_MAXIMIZEBOX (for "Mazimize" item)
WS_MINIMIZEBOX (for "Minimize" item)
WS_SIZEBOX (for "Size" item)
depending on which operations are currently permissible.

WM_SYSMENU is processed by DefWindowProc(), which results
in showing the window menu. We remove extra styles
at the first opportunity (WM_INITMENU message), as they
alter the way our window is rendered.

https://bugzilla.gnome.org/show_bug.cgi?id=763851
2016-03-29 15:09:39 +00:00
..
2016-03-11 21:42:33 -05:00
2015-12-15 00:16:15 +01:00
2014-10-13 10:43:31 -04:00
2015-05-08 13:34:25 -04:00
2016-02-25 08:27:08 -05:00
2016-03-20 22:45:06 -04:00
2014-02-07 13:06:10 -05:00
2014-11-06 12:24:43 +01:00
2013-04-19 20:11:39 -04:00
2015-09-12 12:50:39 -04:00
2013-04-19 20:11:38 -04:00
2013-04-19 20:11:38 -04:00
2014-06-11 21:55:15 -04:00
2014-08-30 00:53:21 -04:00
2015-10-03 22:26:27 -04:00
2016-01-18 08:54:35 -05:00
2016-03-20 22:29:37 -04:00
2015-12-15 00:16:15 +01:00
2014-06-11 21:55:15 -04:00
2014-06-11 21:55:15 -04:00
2016-03-11 21:42:33 -05:00
2013-07-17 17:52:19 -04:00