Guidance
指路人
g.yi.org
Guidance Forums
/
wxWidgets (wxWindows) in C++
/ wxgrid-scroll-event
最新
搜索
论坛
Reginald Rexx
STC(宏晶)单片机与电路设计
wxWidgets (wxWindows) in C++
奇瑞QQ车友论坛
生活信息交流与学习角
质量与可靠性
Rapid-Q Basic
FreeBasic
Reginald
Forum
Examples
RapidQ
Forum
Bugs
Examples
Resource
RQ Doc
RQ Intro
System
LeonAutoBackup
Home
Software
App
Lib
RapidQ
Reginald
Upload
Chrononet
回顶部
⇑
Forum List
•
Thread List
•
Refresh
•
New Topic
•
Search
•
Previous
•
Next
1
1.
wxgrid-scroll-event
#3193
Posted by:
2004-01-04 18:58:01
i have wxFrame with wxGrid.
EVT_SCROLLWIN doesnt work.
i also catch EVT_GRID_CELL_CHANGE and it works.
can someone advice me what i am doing wrong?
code:
BEGIN_EVENT_TABLE(CDbfFrame, wxFrame)
...
EVT_GRID_CELL_CHANGE(CDbfFrame::OnGridCellChange)
EVT_SCROLLWIN(CDbfFrame::OnGridScroll)
END_EVENT_TABLE()
void CDbfFrame::OnGridCellChange(wxGridEvent &event)
{
msg("GridCellChanged");
}
void CDbfFrame::OnGridScroll(wxScrollEvent &event)
{
msg("GridScrolled");
}
Forum List
•
Thread List
•
Refresh
•
New Topic
•
Search
•
Previous
•
Next
1
掌柜推荐
¥1,420.00
·
¥950.00
·
¥288.00
·
¥738.00
·
¥397.00
·
¥750.00
·
©
Sun 2024-11-24
Guidance Laboratory Inc.
Email:
webmaster1
g.yi
.
org
Hits:
0