Artur Wieczorek
|
4fabf5238f
|
Fix harmless signed/unsigned comparison warning in widgets sample
Cast WXSIZEOF to int before comparing it with int variables.
|
2019-01-19 22:51:44 +01:00 |
|
Artur Wieczorek
|
7a6200631a
|
Extend wxHeaderCtrl demonstration in widgets sample
Added ability to show header columns with various style flags.
|
2019-01-19 22:09:11 +01:00 |
|
Artur Wieczorek
|
defae61c13
|
Extend wxHeaderCtrl demonstration in widgets sample
Added ability to show wxHeaderCtrl with various styles.
|
2019-01-17 21:51:56 +01:00 |
|
Blake Eryx
|
b70ed2d8c8
|
Remove more wxT() macros from samples
Also use wxString instead of wxChar* strings.
Closes https://github.com/wxWidgets/wxWidgets/pull/950
|
2018-09-29 17:16:12 +02:00 |
|
Vadim Zeitlin
|
64196306bc
|
Add a very simple page showing wxHeaderCtrl in the widgets sample
This is mostly in order to test that changing font and colours works for this
control (or, rather, that currently it doesn't in wxMSW).
|
2016-04-17 16:03:28 +02:00 |
|