From 97d5c8bff8eab6cd263f71baf74ac937a4e70b2b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 22 Nov 2002 11:54:38 +0000 Subject: [PATCH] added missing combobox ctor param doc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/combobox.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/latex/wx/combobox.tex b/docs/latex/wx/combobox.tex index 1d2b124cda..04deea757c 100644 --- a/docs/latex/wx/combobox.tex +++ b/docs/latex/wx/combobox.tex @@ -67,6 +67,8 @@ Constructor, creating and showing a combobox. \docparam{id}{Window identifier. A value of -1 indicates a default value.} +\docparam{value}{Initial selection string. An empty string indicates no selection.} + \docparam{pos}{Window position.} \docparam{size}{Window size. If the default size (-1, -1) is specified then the window is sized