From: Václav Slavík Date: Tue, 3 Sep 2013 14:45:07 +0000 (+0000) Subject: Add missing XRC format docs for wxComboCtrl and wxEditableListBox. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/71a25c1033c3ff6d58d6519e2d4015a8468492a9?ds=inline Add missing XRC format docs for wxComboCtrl and wxEditableListBox. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/overviews/xrc_format.h b/docs/doxygen/overviews/xrc_format.h index 5c0d9cdf89..d92ffe7df3 100644 --- a/docs/doxygen/overviews/xrc_format.h +++ b/docs/doxygen/overviews/xrc_format.h @@ -829,6 +829,16 @@ Example: @endcode + +@subsubsection xrc_wxcomboctrl wxComboCtrl + +@beginTable +@hdr3col{property, type, description} +@row3col{value, @ref overview_xrcformat_type_string, + Initial value in the control (default: empty).} +@endTable + + @subsubsection xrc_wxdatepickerctrl wxDatePickerCtrl No additional properties. @@ -851,6 +861,7 @@ wxDialog may have optional children: either exactly one objects. If sizer child is used, it sets @ref wxSizer::SetSizeHints() "size hints" too. + @subsubsection xrc_wxdirpickerctrl wxDirPickerCtrl @beginTable @@ -862,6 +873,34 @@ objects. If sizer child is used, it sets @endTable +@subsubsection xrc_wxeditablelistbox wxEditableListBox + +@beginTable +@hdr3col{property, type, description} +@row3col{label, @ref overview_xrcformat_type_text, + Label shown above the list (default: empty).} +@row3col{content, items, + Content of the control; this property has any number of @c \ XML + elements as its children, with the items text as their text values + (default: empty).} +@endTable + +Example: +@code + + 250,160 + + + Milk + Pizza + Bread + Orange juice + Paper towels + + +@endcode + + @subsubsection xrc_wxfilectrl wxFileCtrl @beginTable