Scott Talbert
c68e5d0617
Fix some spelling/grammar errors in documentation
...
Mostly replace ungrammatical "allows to do" with correct "allows doing".
Closes https://github.com/wxWidgets/wxWidgets/pull/1183
2019-01-26 03:50:47 +01:00
Artur Wieczorek
a6570433b6
Change wxPGProperty::OnCustomPaint measure item call signature
...
Because horizontally scrolled wxPGProperty can have x-coordinate < 0 so there is a need to change measure item call signature from rect.x < 0 condition to something more specific to avoid misinterpretation of the calls.
2018-12-28 14:02:05 +01:00
Artur Wieczorek
3b6fcbab6d
Update wxPGArrayEditorDialog docs
2018-12-24 00:05:23 +01:00
Artur Wieczorek
b252d1660d
Cleanup wxPGArrayEditorDialog docs
2018-12-23 11:04:03 +01:00
Artur Wieczorek
0fbc4cd6ab
Allow setting custom tooltip text for "New" button in wxPGArrayEditorDialog
...
Ability to change the tooltip can be useful if standard text "New item" is not descriptive enough.
2018-12-23 11:03:46 +01:00
Vadim Zeitlin
96ecfd8c77
Provide wxPGChoices ctor, Add(), Set() overloads taking wxStrings
...
Allow passing an array of wxStrings in addition to an array of wxChar*
strings.
2018-09-29 17:13:00 +02:00
Vadim Zeitlin
d2e072db3c
Don't use unclear ValArrItem typedef in wxPGChoices documentation
...
All the other methods use just "long", so use it in Add() documentation
as well instead of the rather cryptic ValArrItem.
2018-09-29 16:59:32 +02:00
Vadim Zeitlin
8bb5cb1d6e
Improve wxPGChoices::Set() documentation too
...
Refer to Add() and use @overload rather than duplicating the
description.
2018-09-29 16:57:10 +02:00
Vadim Zeitlin
378f62bd08
Improve documentation of wxPGChoices ctor and Add() methods
...
Mention that the "labels" array must be NULL-terminated and that
"values" must have at least as many items, if they're provided at all.
2018-09-29 16:55:16 +02:00
Robin Dunn
5e01658cdc
Lots more fixes for incorrect or missing interfaces items.
2018-02-10 13:06:19 -08:00
Frédéric Bron
f4b56f67ec
Improve documentation of wxPropertyGrid::MakeColumnEditable()
...
Explain that column must be different from 1 in the documentation and in
the (already existing) assert checking it.
Closes https://github.com/wxWidgets/wxWidgets/pull/656
2017-12-29 20:06:04 +01:00
Artur Wieczorek
afdfc02a49
Allow changing wxPropertyGridManager wxPG_EX_NO_TOOLBAR_DIVIDER style
...
Currently this style can be set only at toolbar creation and cannot
be changed afterwards.
2017-10-21 22:17:54 +02:00
Takeshi Abe
0fea881f12
Fix recurrent "applicable" typo in wxPropertyGrid documentation
...
It was misspelt as "applicapple" in several places.
Closes https://github.com/wxWidgets/wxWidgets/pull/564
2017-10-06 15:28:58 +02:00
Robin Dunn
5df63f100c
Add missing event type constants for propgrid
2017-08-29 18:09:41 -07:00
Robin Dunn
eeac334e11
Add propgriddefs.h to the interface, containing macros, enums and such referenced elsewhere in the API.
2017-08-29 18:06:13 -07:00
mikek
2d8657d37c
Fix escaping/unescaping in wxLongStringProperty
...
wxPropertyGrid::ExpandEscapeSequences() function should convert all valid
escape sequences (\r, \n, \t, \\) to the corresponding single characters
(CR, LF, TAB, backslash, accordingly) and
wxPropertyGrid::CreateEscapeSequences() function should do the reverse
operation and convert these raw characters to the corresponding escape
sequences.
Closes #17896 .
2017-07-06 23:14:08 +02:00
Artur Wieczorek
113cec4ab2
Update wxPropertyGrid documentation
...
Completed documentation for topics marked as uncompleted.
2017-03-27 18:54:16 +02:00
Robin Dunn
9e5dd50914
Revert some changes from incorrect merge that discarded formatting, etc.
2017-01-06 16:43:21 -08:00
Robin Dunn
016d8f5af4
Fix instances of e.g. and i.e.
2016-11-22 10:49:58 -08:00
Robin Dunn
ec0a91464e
Add missing ctors and dtor for wxPropertyGridManager
2016-10-21 20:15:50 -07:00
Robin Dunn
8557172cb5
Add SetFlag and ClearFlag
2016-10-21 20:12:56 -07:00
Robin Dunn
17bb46299e
Fix wxPropertyGridPage declaration
2016-10-21 20:09:16 -07:00
Robin Dunn
12f9b8b7e4
SetValueToUnspecified is not pure virtual
2016-10-21 20:08:30 -07:00
Robin Dunn
af9a0f6734
Change ~wxPGChoicesData from private to protected
2016-10-21 20:08:20 -07:00
Robin Dunn
774f37d0a3
Add more missing classes
2016-10-21 19:54:22 -07:00
Robin Dunn
c8c02a1bf2
Add wxPGPaintData and wxPGCellRenderer
2016-10-21 19:54:22 -07:00
Robin Dunn
bf13c0af22
Remove wxDEPRECATED decorator from doc
2016-10-21 19:53:57 -07:00
Robin Dunn
0be4a6d919
some formatting tweaks for propgrid
2016-10-21 16:54:35 -07:00
Artur Wieczorek
b078e348b7
Fix minor typo in wxPGProperty documentation
2016-08-09 20:56:27 +02:00
Artur Wieczorek
cf033b47b1
Editorial corrections to the documentation.
...
Added section to group similar functions in the documentation of wxGraphicsContext.
Fixed references to the section describing wxPGProperty attributes.
2016-07-24 21:08:54 +02:00
Artur Wieczorek
cd96c664dd
Updated documentation for some wxPropertyGrid classes.
...
Updated documentation for wxPGEditor, wxPropertyGridPage, wxPropertyGridManager, wx*Property classes.
Removed doxygen-style comments from header files.
2016-07-23 23:38:39 +02:00
Artur Wieczorek
c910085507
Update documentation of some flags used by wxPropertyGridInterface methods.
2016-07-08 19:49:03 +02:00
Artur Wieczorek
4f1e3b7172
Fixed setting colours of wxPGProperty
...
When wxPGProperty's text or background colours are modified with dedicated wxPropertyGridInterface utility functions (SetPropertyBackgroundColour, SetPropertyTextColour, SetPropertyColoursToDefault) then it is enough to redraw the property with new colours because its internal state remains unmodified and full refreshing is not necessary.
Closes #17588
2016-07-08 19:44:32 +02:00
Artur Wieczorek
7968f37883
Updated documentation of some wxPropertyGrid-related classes.
...
Updated wxPropertyGridPageState, wxPropertyGridHitTestResult, wxPropertyGridIterator, documentation.
2016-07-02 23:20:11 +02:00
Artur Wieczorek
2ea7ff3160
Updated documentation for wxPropertyGridInterface.
...
Updated documentation and removed doxygen-style comments from propgridiface.h header file.
2016-06-25 18:17:57 +02:00
Artur Wieczorek
9bee5e1e2b
Updated documentation for several wxPG components.
...
Updated wxPropertyGrid, wxPropertyGridEvent, wxPropertyGridPopulator documentation and removed doxygen-style comments from propgrid.h header file.
2016-06-23 22:23:03 +02:00
Artur Wieczorek
2ea41cca8d
Updated documentation for several wxPG components.
...
Updated documentation and removed doxygen-style comments from property.h header file.
wxPGPaintData
wxPGProperty
wxPGCell
wxPGAttributeStorage
wxPGChoices
wxPGChoiceEntry
wxPGRootProperty
wxPropertyCategory
2016-06-16 23:55:37 +02:00
Artur Wieczorek
1f696b6110
Updated wxPGDefaultRenderer and wxPGCellRenderer documentation.
...
Removed doxygen-style comments from the header file, too.
Closes #14788
2016-06-13 18:40:42 +02:00
Artur Wieczorek
9de3f8395c
Updated wxPGEditor interface documentation
...
Editor controls are no longer bound to the fixed ID's wxPG_SUBID1 and wxPG_SUBID2.
2016-06-01 18:52:06 +02:00
Vadim Zeitlin
ba5a0a3878
Fix more typos in comments and wxFAIL messages
...
Closes https://github.com/wxWidgets/wxWidgets/pull/270
2016-04-14 16:08:28 +02:00
Vadim Zeitlin
f163d4c2ac
Remove non existing wxPG_COMPACTOR style from documentation.
...
No idea what was it supposed to do, but this style doesn't exist and never did
in the version included in wxWidgets, so simply remove it.
Closes #16264 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-05-14 12:21:04 +00:00
Vadim Zeitlin
3f66f6a5b3
Remove all lines containing cvs/svn "$Id$" keyword.
...
This keyword is not expanded by Git which means it's not replaced with the
correct revision value in the releases made using git-based scripts and it's
confusing to have lines with unexpanded "$Id$" in the released files. As
expanding them with Git is not that simple (it could be done with git archive
and export-subst attribute) and there are not many benefits in having them in
the first place, just remove all these lines.
If nothing else, this will make an eventual transition to Git simpler.
Closes #14487 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-07-26 16:02:46 +00:00
Vadim Zeitlin
ce7fe42e84
Provide shorter synonyms for wxEVT_XXX constants.
...
Use the same short names as are used by the event table macros for the event
type constants themselves. This makes them much more comfortable to use, e.g.
Bind(wxEVT_BUTTON) compared to Bind(wxEVT_COMMAND_BUTTON_CLICKED).
The old long names are still kept for backwards compatibility and shouldn't be
removed as it doesn't really cost anything to continue providing them, but all
new event types should only use the short versions.
Closes #10661 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-04-25 10:11:03 +00:00
Bryan Petty
ce15461608
Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-11-03 18:32:50 +00:00
Vadim Zeitlin
d6cf9064d4
Remove left over conflict markers from documentation.
...
Closes #14404 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-06-15 23:23:20 +00:00
Robin Dunn
e5e10e234e
Remove the wxPython-only doc snippets from the C++ docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-04-10 03:27:44 +00:00
Julian Smart
216b59c66a
Added wxPropertyGridManager::SetPageSplitterLeft
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-03-18 20:35:01 +00:00
Vadim Zeitlin
f090e4ef67
No real changes, just fix spelling errors in the documentation.
...
Closes #14038 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-02-23 13:56:10 +00:00
Vadim Zeitlin
8cddee2d0e
Fix spelling in the documentation.
...
Closes #14034 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-02-22 13:41:07 +00:00
Vadim Zeitlin
67414f005d
Synchronize wxPropertyGridManager documentation with the real API.
...
Fix GetSelection() return type; remove SetStringSelection() which doesn't seem
to exist any more; other minor fixes.
Closes #13996 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-02-20 21:56:06 +00:00