54 m_sheetGrid->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
58 m_sheetGrid->SetRowLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
59 m_sheetGrid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP );
113 m_groupGrid->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
117 m_groupGrid->SetRowLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
118 m_groupGrid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP );
129 int componentClassRowIdx = 0;
137 componentClassRowIdx++;
142 if( sheetRowIdx > 0 )
145 if( componentClassRowIdx > 0 )
152 componentClassRowIdx = 0;
161 m_sheetGrid->SetCellRenderer( sheetRowIdx, 0,
new wxGridCellBoolRenderer );
162 m_sheetGrid->SetCellEditor( sheetRowIdx, 0,
new wxGridCellBoolEditor );
173 componentClassRowIdx++;
178 m_groupGrid->SetCellRenderer( groupIdx, 0,
new wxGridCellBoolRenderer );
179 m_groupGrid->SetCellEditor( groupIdx, 0,
new wxGridCellBoolEditor );