Scott Talbert
|
83b96fba5c
|
Set transfer flag on wxPGWindowList constructor and SetSecondary method
Fixes #1696. wxPropertyGrid expects to delete both the primary and secondary
controls, so we need to prevent Python from doing so.
|
2020-06-25 17:43:05 -04:00 |
|
Robin Dunn
|
9f2cc54b48
|
Update copyright years
|
2020-03-10 11:41:39 -07:00 |
|
Robin Dunn
|
059e1bee65
|
Check for Python errors upon return from overloaded virtual methods
|
2019-09-05 18:55:39 -07:00 |
|
Robin Dunn
|
5d011f4f04
|
Merge pull request #877 from RobinD42/fix-issue742
Fix GetValueFromControl and StringToValue
(cherry picked from commit 53c03f9203)
|
2018-06-04 20:39:25 -07:00 |
|
Metallicow
|
c76384d458
|
Trim trailing whitespace *.py files
|
2018-01-16 08:47:07 -06:00 |
|
Robin Dunn
|
1b725ef4ca
|
Tweak PGEditor.GetValueFromControl.variant to be an output parameter,
and also modify the virtual handler code so it works the same way
|
2017-06-02 15:29:17 -07:00 |
|
Robin Dunn
|
dc8f1a87eb
|
Add AddButton and AddBitmapButton to PGMultiButton
|
2017-06-02 13:00:28 -07:00 |
|
Robin Dunn
|
918a70f5a4
|
Add mapped type for wxPGVariant and switch all wxVariant in propgrid to this type. This allows the variant types only available in propgrid to be used the same as the core variant types.
|
2017-02-24 14:32:40 -08:00 |
|
Robin Dunn
|
4e38994944
|
Update copyright in etg
|
2017-02-13 16:14:55 -08:00 |
|
Metallicow
|
ebc8d0d971
|
trim trailing space etg directory
|
2016-11-10 12:08:36 -06:00 |
|
Robin Dunn
|
c52995cddd
|
Add #include to enable wrapping wxPGCheckBoxEditor
|
2016-08-25 11:00:08 -07:00 |
|
Robin Dunn
|
f7ddd9fce9
|
More propgrid progress
|
2016-08-13 12:30:44 -07:00 |
|
Robin Dunn
|
73b2e45156
|
More progress on propgrid classes
|
2016-08-13 12:30:44 -07:00 |
|
Robin Dunn
|
f73396c479
|
Starting work on wrapping propgrid
|
2016-08-13 12:30:44 -07:00 |
|