gpt4 book ai didi

c++ - wxGrid GetSelectedCells 返回空数组

转载 作者:太空宇宙 更新时间:2023-11-04 11:47:18 27 4
gpt4 key购买 nike

我想在用户点击按钮时删除选定的行。

到目前为止,代码看起来像这样:

this->grid_ = new wxGrid(parent, ...)
this->grid_->SetSelectionMode(wxGrid::wxGridSelectCells);
// Later, whene the button is clicked
this->grid_->SetFocus();
wxGridCellCoordsArray wx_cells = this->grid_->GetSelectedCells();

问题是无论我选择什么,wx_cells 变量总是空的。我尝试使用 GetSelectedRows 但没有成功。我添加了 SetFocusSetSelectionMode 希望它能有所帮助,但没有。

我怎样才能让它工作?

最佳答案

您使用的是什么版本的 wxgrid?旧的 wxgrid 似乎有一个问题,它在调用 GetSelectedCells 时总是返回空。或许可以引用http://forums.wxwidgets.org/viewtopic.php?t=6335试试它是否适合您的情况。

关于c++ - wxGrid GetSelectedCells 返回空数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19449475/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com