Write descriptions for the samples who description started with "This sample demonstrates", they are semi-auto generated.
This sample isn't very didactive; it's more than a set of tests rather than a sample and thus should be rewritten with CppUnit and moved under "tests"
Precise definition of default/initial state.
Pixelwise definition of operations (e.g. last point of a line not drawn).
from | y-coordinate of the very first visible cell. |
dont_render | if true then this method only returns y coordinate of the next page and does not output anything. |
to | y-coordinate of the last visible cell. |
flags | Property flags to use. |
inverse |
iterFlags | Iterator flags to use. Default is everything expect private children. See wxPropertyGridIterator Flags. |
baseparent |
flags | Use wxPG_KEEP_STRUCTURE to retain category structure; each sub category will be its own wxVariantList of wxVariant. |
hide | If true, hides property, otherwise reveals it. |
flags | By default changes are applied recursively. Set this parameter wxPG_DONT_RECURSE to prevent this. |
attrName | Text identifier of attribute. See wxPropertyGrid Property Attribute Identifiers. |
value | Value of attribute. |
argFlags | Optional. Use wxPG_RECURSE to set the attribute to child properties recursively. |
editor | For builtin editors, use wxPGEditor_X, where X is builtin editor's name (TextCtrl, Choice, etc. see wxPGEditor documentation for full list). |