Files
wxWidgets/interface/wx
Artur Wieczorek 1237e932ad Fix setting wxBK_HITTEST_xxx flags in wxNotebook::HitTest
The state represented by TCHT_ONITEM Win API flag is not a superposition
TCHT_ONITEMICON and TCHT_ONITLABEL states but it represents a separate state.
The fact that binary value of TCHT_ONITEM is bitwise-OR operation on
TCHT_ONITEMICON and TCHT_ONITEMLABEL doesn't matter here. The same applies to
wxBK_HITTEST_xxx flags where state represented by wxBK_HITTEST_ONITEM is not a
superposition of wxBK_HITTEST_ONICON and wxBK_HITTEST_ONLABEL.

Add note to wxBookCtrl::HitTest documentation that wxBK_HITTEST_ONICON,
wxBK_HITTEST_ONLABEL, wxBK_HITTEST_ONITEM are mutually exclusive bits.

See https://github.com/wxWidgets/wxWidgets/pull/159
2016-01-31 03:06:33 +01:00
..
2015-06-15 01:32:08 +02:00
2015-10-31 14:37:10 -06:00
2015-02-09 00:26:11 +00:00
2014-05-15 22:32:17 +00:00
2015-09-23 00:52:30 +02:00
2015-10-31 14:37:10 -06:00
2015-09-23 00:52:30 +02:00
2014-05-06 18:16:29 +00:00
2015-02-06 01:51:27 +00:00
2014-08-03 12:47:41 +00:00
2013-10-26 18:51:16 +00:00
2013-10-26 18:51:16 +00:00
2015-09-23 00:52:30 +02:00
2015-09-23 00:52:30 +02:00
2013-10-26 18:51:16 +00:00
2014-05-15 23:56:58 +00:00
2013-10-26 18:51:16 +00:00
2014-05-06 18:16:29 +00:00
2016-01-20 18:53:38 +01:00
2014-05-06 18:16:29 +00:00
2015-09-23 00:52:30 +02:00
2015-09-23 00:52:30 +02:00
2014-08-07 21:03:25 +00:00
2015-10-31 14:37:10 -06:00
2013-10-26 18:51:16 +00:00
2014-05-15 22:32:17 +00:00
2014-08-24 01:50:11 +00:00
2013-10-26 18:51:16 +00:00
2015-04-23 19:18:10 +02:00
2013-10-26 18:51:16 +00:00
2015-09-23 00:52:30 +02:00
2016-01-22 14:41:06 +01:00
2015-12-08 03:02:46 +01:00
2015-09-23 00:52:30 +02:00
2013-09-06 17:09:16 +00:00