Searched refs:table_row (Results 1 – 2 of 2) sorted by relevance
168 BEGIN_MESSAGE_MAP(table_row, CWnd) in BEGIN_MESSAGE_MAP()964 table_row *row = (table_row *)mpTableFrame->GetWindow(GW_CHILD); in OnTestMessage()969 row = (table_row *)row->GetWindow(GW_HWNDNEXT); in OnTestMessage()1563 table_row *row; in CreateTableRows()1581 row = new table_row(this, mRowCount++, index, mpTable); in CreateTableRows()1671 table_row *row = (table_row *) GetWindow(GW_CHILD); in OnSize()1728 table_row * row = (table_row*)GetWindow(GW_CHILD); in PreTranslateMessage()1740 table_row* row = (table_row*)GetWindow(GW_CHILD); in PreTranslateMessage()1812 table_row *row = (table_row *) GetWindow(GW_CHILD); in PositionChildren()1832 row = (table_row *) row->GetWindow(GW_HWNDNEXT); in PositionChildren()[all …]
128 class table_row : public CWnd131 table_row(CWnd *parent, int Id, int string_index, string_table *table);