From 32ace3892c868f9d2c1e1094c748b87d01a0be71 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 1 Sep 2008 14:18:32 +0000 Subject: [PATCH] Mention that wxEditableListBox emit events from wxListCtrl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/editlbox.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interface/wx/editlbox.h b/interface/wx/editlbox.h index bb5cead84f..67a6380211 100644 --- a/interface/wx/editlbox.h +++ b/interface/wx/editlbox.h @@ -25,10 +25,12 @@ Default style: wxEL_ALLOW_NEW|wxEL_ALLOW_EDIT|wxEL_ALLOW_DELETE. @endStyleTable + The control uses a wxListCtrl internally and emit its events. + @library{wxadv} @category{ctrl} - @see wxListBox + @see wxListBox, wxListCtrl */ class wxEditableListBox : public wxPanel { -- 2.47.2