Robin Dunn
7c63c5cc90
Add the High DPI Overview doc from wxWidgets
2020-10-22 16:10:09 -07:00
Robin Dunn
d061009b9e
Add FromPNGData factory, and fix markup in some docstrings
2020-07-29 14:58:16 -07:00
Robin Dunn
8ed62491e7
Add some code snippets for the docs
2020-07-07 16:03:56 -07:00
Robin Dunn
bda5fbefd7
Fix comment text in code snippet
2020-05-22 10:59:27 -07:00
Robin Dunn
7eaf6b1d86
Add snippet for GridFitMode
2020-03-20 13:30:04 -07:00
Robin Dunn
1cad84aa8e
Add some new code snippets
2019-12-11 13:58:47 -08:00
Robin Dunn
e389a38b53
Propgrid fixes needed due to wxWidgets update
2019-05-29 15:10:44 -07:00
Robin Dunn
f884bf8e4a
Convert new code snippets
2019-05-24 15:35:56 -07:00
Mesalu
484fb84bb9
remove misleading comments, do not create a copy of strs
2018-10-22 14:30:17 -07:00
Robin Dunn
900f002518
Use wx.EventBlocker as a context manager in the sample code snippet in the docs
...
(cherry picked from commit 2c5c104a79 )
2018-09-25 13:56:41 -07:00
Robin Dunn
f32cb4669f
Merge pull request #845 from RobinD42/fix-issue811
...
Enable wrapping wxGraphicsContext::Create(metaFileDC)
(cherry picked from commit 6c3ce18e17 )
2018-05-05 22:22:05 -07:00
Robin Dunn
a429e7cdbe
Update wx.TextCompleterSimple example code snippet
2018-05-02 10:36:59 -07:00
Robin Dunn
0a6b77efe2
Take out the code for one of the DataViewModel snippets as it does not apply to wxPython.
2018-03-20 13:28:23 -07:00
Robin Dunn
750fd1f504
Convert new doc snippets
2018-02-13 17:13:44 -08:00
Robin Dunn
c1a0a4dfa7
Merge pull request #691 from Metallicow/Trim-whitespace
...
Trim trailing whitespace - everything that's left
2018-01-17 17:56:01 -08:00
Metallicow
1257f42189
⁉️ Trim trailing whitespace docs/sphinx/rest_substitutions/*.py
...
⁉️ Not sure if the generated .rst stuff is intended to have
whitespace like this in it or not, so seperating this from the other
commits, so easy to revert if necessary.
2018-01-16 09:02:20 -06:00
Robin Dunn
051374d57c
Add new code snippet
2018-01-15 13:33:37 -08:00
Robin Dunn
ce7333945f
Update clipboard sample code
2017-12-28 14:19:35 -08:00
Robin Dunn
b67671ea6f
Fix AccereratorTable sample code
2017-09-28 08:15:03 -07:00
Robin Dunn
2e07a611f5
Make the snippet a little more pythonic. Update the save dialog snippet too.
2017-08-04 13:30:50 -07:00
Matt Clapp
0f94be4e68
fixing code snippet - open even if contentNotSaved
2017-08-01 21:09:53 -07:00
Nathan
e1660cacd2
Fixing missing Return Value
2017-06-21 13:16:54 -05:00
Robin Dunn
91fe1f02fc
Doc updates for AUI
2016-11-11 20:16:35 -08:00
Robin Dunn
0c3721e0ed
Better code snippets for wx.Dialog
2016-09-30 20:01:54 -07:00
Robin Dunn
04815c372b
Add code snippets for wx.richtext.RichTextFormattingDialog and wx.adv.PropertySheetDialog
...
Add demo module
2016-09-30 20:01:34 -07:00
Robin Dunn
b57b645cce
Update wx.Image.Scale doc snippet
2016-09-19 17:28:29 -07:00
Robin Dunn
ad4196b7a7
the rest of the propgrid doc snippets
2016-09-19 17:27:57 -07:00
Robin Dunn
a3e3ddb60f
More code snippets converted for the docs
2016-09-14 20:39:27 -07:00
Robin Dunn
fc85531951
first pass over propgrid code snippets
2016-09-08 12:29:28 -07:00
Robin Dunn
25d687d8a3
Convert some code snippets for the docs.
2016-08-13 17:33:33 -07:00
Robin Dunn
9f8a5b8d9a
Fix bug when there are more than one code snippets in a set of overloaded methods.
2016-07-15 16:25:05 -07:00
Robin Dunn
24e2b78806
Lots more docs changes.
...
Add a generator that updates a persistent mapping of item (functions, classes, etc.) to the module names they are a member of.
Remove the NO_MODULE dictionary as we're tracking all the item --> module names now.
Consolidate the 2 removeWxPrefix implementations to just one.
Fix taking out too much space in the class index when removing the :ref: for unknown items, which caused ReST problems.
Use pyName if it is set
When renaming classes we also need to change the className in the method objects
Properly deal with nested classes
2016-05-22 23:39:40 -07:00
Robin Dunn
902263f9d9
Move the snippets to their new file names
2016-05-18 16:38:18 -07:00
Robin Dunn
4e9935e1f0
Merge pull request #80 from swt2c/fix_comboctrl_doc
...
Fix ComboCtrl documentation
2016-05-10 21:45:23 -07:00
Scott Talbert
19573aa9a6
Fix ComboCtrl documentation
2016-05-10 20:33:18 -04:00
Robin Dunn
b96160b4de
Merge pull request #61 from swt2c/fix_eventfilter
...
Fix wxEventFilter - don't mark as abstract but remove default constru…
2016-05-07 19:17:39 -07:00
Scott Talbert
7040e3018d
Fix wxEventFilter - don't mark as abstract but remove default constructors
...
Also add a unittest and update the documentation
2016-04-05 20:45:33 -04:00
Scott Talbert
5852dcc623
Correct TextCompleterSimple example
...
Need to pass instance of MyTextCompleter, not class itself.
2016-03-17 00:08:42 -04:00
Robin Dunn
a92666b663
Fix code snippet for file dialog wildcards
2015-03-30 11:46:53 -07:00
Robin Dunn
9a230dbbd5
Update the docs for the changes in the Parse*() methods API
2015-02-26 14:38:57 -08:00
Andrea Gavana
bb9ba09d7c
Phoenix docs: rename the richtextctrl_overview.rst with the underscore and add the snipped for dataview.TreeListCtrl.GetNextItem.1.py
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-02-15 21:31:49 +00:00
Andrea Gavana
a28a5e41cf
Updated some Phoenix documentation:
...
- Added RichTextCtrl overview;
- Updated `index.rst` to include richtext and webkit packages;
- Added a bunch of converted samples from C++ to Python.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-01-03 22:30:44 +00:00
Andrea Gavana
cd4a234851
Phoenix: add snippets and overview for the wx.grid module.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-02-13 15:58:36 +00:00
Robin Dunn
28dff8e00b
Set the svn:eol-style property to native for the newer files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-12-14 08:58:31 +00:00
Andrea Gavana
66840744d2
Phoenix: few corrections to the overviews; Added some more contributed snippets; Fixed some more converted snippets; Added the correct interlink references in the etg files; better handling of the Doxygen stuff.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-12-05 20:44:52 +00:00
Andrea Gavana
6157b2bc35
Phoenix: sizers_overview.rst expanded; added a bunch of "contributed" snippets on various classes/methods; many fixes on strange doxygen layouts and XML hierarchies; fixed many cross-references between classes/methods/functions in the etg files.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-12-04 20:58:27 +00:00
Andrea Gavana
b117617572
Phoenix: few additional fixes to some of the samples, plus better formatting for the remaining troublesome docs classes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-12-03 20:50:04 +00:00
Andrea Gavana
983d3c4c35
Fix a couple of broken snippets for xml and xrc.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-12-01 22:57:07 +00:00
Andrea Gavana
bd891fbdf4
Phoenix: converted snippets for xml and xrc. Fixed minor issues in the docs.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-12-01 22:38:22 +00:00
Andrea Gavana
604b778a2c
Phoenix docs: handle funny-formatted heading sections for window styles, extra styles and event handling; Add missing modules in the main.html Sphinx file; Convert some more snippets, specifying the highlight language used (XML/HTML for some snippets in wx.html); Correctly reference classes and functions in wx.Bitmap pure-Python methods.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-11-30 20:54:13 +00:00