From 9459286625f095613a7074c1cfd9cf95d88091f3 Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期四, 11 九月 2025 15:56:56 +0800
Subject: [PATCH] update
---
jrj/xframe/xcontrol/xlistview.hpp | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/jrj/xframe/xcontrol/xlistview.hpp b/jrj/xframe/xcontrol/xlistview.hpp
index bd01730..78e6cd8 100644
--- a/jrj/xframe/xcontrol/xlistview.hpp
+++ b/jrj/xframe/xcontrol/xlistview.hpp
@@ -562,6 +562,11 @@
return InsertItem(GetHWND(),xIndex, label, pictureindex);
}
+ int InsertItemEx(int xIndex, string label, int pictureindex , KXMLDOMElement data )//only the label and picture index need to be specified
+ {
+ return InsertItemEx(GetHWND(), xIndex, label, pictureindex, data.ptr());
+ }
+
int InsertItemEx(int xIndex, string label, int pictureindex = 0,LPARAM data=0)//only the label and picture index need to be specified
{
return InsertItemEx(GetHWND(), xIndex, label, pictureindex , data);
--
Gitblit v1.9.3