Add screenshots of wxRearrange{List,Ctrl} to the manual

This is useful if only to illustrate the difference between the two.
This commit is contained in:
Vadim Zeitlin 2017-08-14 14:58:21 +02:00
parent c82a0b82a2
commit 7316ce7626
3 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -45,6 +45,7 @@
@library{wxcore}
@category{ctrl}
@genericAppearance{rearrangelist}
*/
class wxRearrangeList : public wxCheckListBox
{
@ -178,6 +179,7 @@ public:
@library{wxcore}
@category{ctrl}
@genericAppearance{rearrangectrl}
*/
class wxRearrangeCtrl : public wxPanel
{