1
0
mirror of https://github.com/azure-rtos/guix.git synced 2025-02-04 07:13:17 +08:00
guix/guix_studio/express_table_row.h

15 lines
283 B
C++

#pragma once
class express_table_row : public CWnd
{
public:
express_table_row();
~express_table_row();
CWnd *GetNextTabStopChild(CWnd *child, WPARAM keyvalue, int row_offset = 1);
void AssignFocus(CWnd* child);
private:
INT GetFocusCol(CWnd* focus_owner);
};