示例#1
0
void EditorTab::ConfigureAllTabs(void)
{
	for (int i=0; i < count(); i++) {
		if (tabType(i) == MM::codeTab) {
			Editor * editor = (Editor *)widget(i);
			editor->Configure();			
		}		
	}
}