From 3c2935ab1cb1fc0de54ab8ba388b85ce93fffcf6 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期一, 08 七月 2024 18:06:01 +0800
Subject: [PATCH] update total
---
jrj/xframe/xcontrol/xlistview.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jrj/xframe/xcontrol/xlistview.hpp b/jrj/xframe/xcontrol/xlistview.hpp
index 4ea4050..bd01730 100644
--- a/jrj/xframe/xcontrol/xlistview.hpp
+++ b/jrj/xframe/xcontrol/xlistview.hpp
@@ -552,7 +552,7 @@
return SetImageList(GetHWND(), iImageList, himl);
}
- int InsertColumn(int nCol, string label, int nFormat, int nWidth, int nSubItem)//澧炲姞鍒楋紝鍔犲叆鍒楀ご
+ int InsertColumn(int nCol, string label, int nFormat, int nWidth, int nSubItem=0)//澧炲姞鍒楋紝鍔犲叆鍒楀ご
{
return InsertColumn(GetHWND(), nCol, label, nFormat, nWidth, nSubItem);
}
@@ -562,7 +562,7 @@
return InsertItem(GetHWND(),xIndex, label, pictureindex);
}
- int InsertItemEx(int xIndex, string label, int pictureindex = 0,LPARAM data)//only the label and picture index need to be specified
+ 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