Scott Talbert
dc7acca2cd
Document missing wxGrid methods
...
Add documentation for the previously undocumented
IsCellEditControlShown(), Deselect{Col,Row,Cell}() and SetAttr().
See https://github.com/wxWidgets/wxWidgets/pull/405
(cherry picked from commit b1fd65a903 )
2017-02-05 02:59:12 +01:00
Robin Dunn
c07c544720
SetSelection returns an int, not a size_t
2017-02-02 09:54:12 -08:00
Robin Dunn
732f3e5e61
Add missing wxImageHandler::SetType
2017-01-31 20:09:41 -08:00
Robin Dunn
c329fab727
wxPGVIterator does not inherit from wxObjectRefData
2017-01-23 15:01:38 -08:00
Robin Dunn
cc360cffbe
wxSystemSettings does not inherit from wxObject
2017-01-23 15:01:37 -08:00
Robin Dunn
323d4fa7a1
Add missing Restore() method.
2016-11-30 08:40:01 -08:00
Robin Dunn
1cdab48bc3
Merge branch 'aui-interface-updates' into WX_3_0_BRANCH
2016-11-22 10:25:16 -08:00
Paul Cornett
caaeb96d5e
Implement wxLB_NO_SB style
...
See https://github.com/wxWidgets/wxWidgets/pull/346
(cherry picked from commit d24fbc7808 )
2016-11-19 09:00:30 -08:00
Vadim Zeitlin
29a514cfc6
Mention that wxOSX doesn't implement SetLayoutDirection()
...
At least avoid wasting people time with debugging why it doesn't work.
(cherry picked from commit 5ffb8de44d )
2016-11-19 08:50:33 -08:00
Robin Dunn
896d385dc0
Add missing GetPageImage
2016-11-11 19:02:17 -08:00
Robin Dunn
805dea9649
Add public attributes to wxAuiPaneInfo
2016-10-28 14:22:06 -07:00
Robin Dunn
4926148ec9
Additions and fixes for AUI class interfaces
2016-10-27 18:48:52 -07:00
Robin Dunn
e9c8338c85
Add AUI event types
2016-10-25 19:10:37 -07:00
Robin Dunn
1b539499cd
fix code snippet
2016-09-30 16:45:23 -07:00
Robin Dunn
c9e56dd3e5
Add missing wxPropertySheetDialog methods and fix a typo.
2016-09-30 13:44:38 -07:00
Robin Dunn
9164090b46
Merge branch 'WX_3_0_BRANCH' into wxPy-3.0-branch
2016-09-19 13:43:03 -07:00
Robin Dunn
f82ffe57ed
Add missing ctors and dtor for wxPropertyGridManager
2016-09-19 13:37:36 -07:00
Robin Dunn
570e59d34a
Add SetFlag and ClearFlag
2016-09-19 13:37:36 -07:00
Robin Dunn
1963627c10
Add built-in editor pointers
2016-09-19 13:37:36 -07:00
Scott Talbert
98065821bb
Fix wxGetKeyState() on non-X11 wxGTK backends (e.g., Wayland)
...
wxGetKeyState() does not currently work on non-X11 GTK backends, and in some
cases it has been reported to crash. It seems that the most likely use case
for wxGetKeyState() is to query the modifier keys, so on non-X11 backends, use
GTK+ calls to retrieve the modifier key state.
Non-modifier keys are not currently implemented, update the documentation to
mention this.
Closes https://github.com/wxWidgets/wxWidgets/pull/322
(this is a combined backport of 1033fb048d ,
9f9c09e24a and
a18fe083cc from master)
2016-09-13 13:24:12 +02:00
Scott Talbert
fcb8497def
Document wxHLB_XXX constants for wxHtmlListBox styles
...
Add missing #define's to htmllbox interface header.
Closes https://github.com/wxWidgets/wxWidgets/pull/323
(cherry picked from commit de1aff4117 )
2016-09-09 23:46:36 +02:00
Robin Dunn
24b506b66e
Merge branch 'propgrid' into wxPy-3.0-branch
2016-09-02 22:38:22 -07:00
Robin Dunn
dfcffe7783
Add missing methods in wxGridCellAttr
2016-09-02 10:49:21 -07:00
Robin Dunn
354897cd13
Fix wxPropertyGridPage declaration
2016-08-31 16:18:15 -07:00
Robin Dunn
1d5119acf5
Add the other property classes so wxPython can see them.
2016-08-25 21:01:03 -07:00
Robin Dunn
ec4fd8b553
SetValueToUnspecified is not pure virtual
2016-08-24 18:50:52 -07:00
Robin Dunn
dcc23ceba8
Change ~wxPGChoicesData from private to protected
2016-08-13 14:51:59 -07:00
Robin Dunn
05fa348b20
Add more missing classes and methods in propgrid interface
2016-08-13 13:33:16 -07:00
Robin Dunn
b6c66f9c55
Add more missing classes
2016-08-13 13:33:16 -07:00
Robin Dunn
a5c4577a4a
Add wxPGPaintData and wxPGCellRenderer
2016-08-13 13:33:16 -07:00
Robin Dunn
ea65f387f6
Remove wxDEPRECATED decorator from doc
2016-08-13 13:33:16 -07:00
Robin Dunn
b82af6885a
some formatting tweaks for propgrid
2016-08-13 13:33:16 -07:00
Robin Dunn
0e333f336b
Add missing methods
2016-08-10 19:22:34 -07:00
Robin Dunn
8d543d6d3c
Add setter methods to wxListEvent
2016-08-03 16:38:32 -07:00
Robin Dunn
fe65419be3
Fix typo
2016-08-02 14:58:17 -07:00
Robin Dunn
24d5ff7dc1
Change parameter name to reduce confusion in wxPython docs.
2016-07-15 15:41:10 -07:00
Robin Dunn
5f86a4d86d
Add lots of missing methods in wxAboutDialogInfo
2016-07-14 11:48:57 -07:00
Robin Dunn
64b4ce5794
Add missing GetParser method
2016-07-13 10:21:15 -07:00
Robin Dunn
3fcded484e
Add missing parameter name
2016-07-07 21:01:29 -07:00
Robin Dunn
ae0c1ed0dc
typo
2016-07-06 18:46:20 -07:00
Robin Dunn
f4f34a7ef1
Use "clientData" parameter name for consistency.
2016-07-05 11:17:42 -07:00
Robin Dunn
6f4dd7ff30
fix missing ;
2016-07-04 22:33:48 -07:00
Robin Dunn
c1a1a13032
Add more stuff missing from the ribbon interface
2016-06-28 17:11:37 -07:00
Robin Dunn
1b1657e2d8
Fix typo
2016-06-21 18:21:27 -07:00
Robin Dunn
e93f6dbc0b
Fix typos and missing items in the ribbon interface definitions
2016-06-21 14:07:56 -07:00
Robin Dunn
a36e071cd4
Fix parameter names in wxMediaCtrl::Load* methods
2016-05-14 23:48:31 -07:00
Vadim Zeitlin
03903c1e45
Document wxEVT_MEDIA_XXX event types.
...
See #15768 .
(cherry picked from commit 5c1f95bc71 on master)
2016-03-11 03:06:40 +01:00
Vadim Zeitlin
b010793ea8
Document wxEVT_MEDIA_XXX event types.
...
Closes #15768 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2016-02-27 17:32:48 -08:00
Robin Dunn
20b4aa2ef9
Merge branch 'WX_3_0_BRANCH' into wxPy-3.0-branch
2016-02-22 20:13:42 -08:00
Robin Dunn
a9ab946736
Applied PR #2 from RobinD42/wxWidgets by hand:
...
* Add SetSashSize to the interface for wxSplitterWindow.
* Ensure Mac WebViews always retain their selection state, even when losing focus.
2016-02-22 19:55:11 -08:00