示例#1
0
 /// <summary>
 /// Sets the text ribbon to display the occurrences in the current WordGroup.
 /// </summary>
 internal void SetRibbon()
 {
     // TODO GordonM: make it work for an array of WordGroups?
     CacheWordGroupOccurrencesForRibbon();
     m_ribbon.SetRoot(m_wordGroup.Hvo);
 }
示例#2
0
 /// <summary>
 /// Sets the text ribbon to display the wfics in the current CCA.
 /// </summary>
 /// <param name="hvoCca"></param>
 internal void SetRibbon()
 {
     // TODO GordonM: make it work for an array of Ccas?
     CacheCcaWficsForRibbon();
     m_ribbon.SetRoot(m_hvoCca);
 }