From 14f4cf769e45fb75bbb6ed85595bd04fbdd46f87 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 5 Mar 2003 23:13:30 +0000 Subject: [PATCH] the generic listctrl has EditLabel now too. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/controls2.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wxPython/src/controls2.i b/wxPython/src/controls2.i index 3ef170b7b3..323166e3a8 100644 --- a/wxPython/src/controls2.i +++ b/wxPython/src/controls2.i @@ -627,6 +627,8 @@ public: // End label editing, optionally cancelling the edit bool EndEditLabel(bool cancel); +#else + void EditLabel(long item); #endif // Ensures this item is visible