Artur Wieczorek
|
c5d73f819a
|
Keep track of wxHeaderCtrl events in widgets sample
|
2019-06-16 19:52:42 +02:00 |
|
Artur Wieczorek
|
5261605a61
|
Use wxSizerFlags-based API in widgets sample
Make the code more clear by using wxSizerFlags.
|
2019-01-20 13:23:11 +01:00 |
|
Vadim Zeitlin
|
2a452c0b60
|
Fix widgets sample build when using precompiled headers
wx/artprov.h is not included from wx/wx.h, so it needs to be always
included from this header and not only when !WX_PRECOMP.
|
2019-01-19 23:02:09 +01:00 |
|
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 |
|