Esempio n. 1
0
 /// <description>
 /// Associate a spellbook with an afxTSCtrl.
 /// </description>
 public void SetSpellBook(afxSpellBook spellbook)
 {
     InternalUnsafeMethods.SetSpellBook__Args _args = new InternalUnsafeMethods.SetSpellBook__Args()
     {
         spellbook = spellbook.ObjectPtr,
     };
     InternalUnsafeMethods.SetSpellBook()(ObjectPtr, _args);
 }
Esempio n. 2
0
 /// <description>
 /// Notify an afxSpellButton when its associated spellbook has changed.
 /// </description>
 public void OnSpellbookChange(afxSpellBook spellbook, uint page)
 {
     InternalUnsafeMethods.OnSpellbookChange__Args _args = new InternalUnsafeMethods.OnSpellbookChange__Args()
     {
         spellbook = spellbook.ObjectPtr,
         page      = page,
     };
     InternalUnsafeMethods.OnSpellbookChange()(ObjectPtr, _args);
 }