From 1f35fbd13a4d15171695388c7589398767e2dfd1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 15 Jun 2014 15:14:23 +0000 Subject: [PATCH] Make picker controls description in the manual less useless. It's not really clear what potential benefit could library users extract from the knowledge that the picker controls behaviour is "highly platform-dependent". Try to be flighty more helpful. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/mainpages/cat_classes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doxygen/mainpages/cat_classes.h b/docs/doxygen/mainpages/cat_classes.h index 237af60876..3c59730d2f 100644 --- a/docs/doxygen/mainpages/cat_classes.h +++ b/docs/doxygen/mainpages/cat_classes.h @@ -168,8 +168,8 @@ Related Overviews: @ref overview_validator @section page_class_cat_pickers Picker Controls -A picker control is a control whose appearance and behaviour is highly -platform-dependent. +These controls provide the user with the possibility to choose something (file +or directory, font or colour, ...) directly from the window containing them. @li wxColourPickerCtrl: A control which allows the user to choose a colour @li wxDirPickerCtrl: A control which allows the user to choose a directory