Exemplo n.º 1
0
 //-----------------------------------------------------------------------------------------------
 /// <summary>
 /// Prepare - prepare the visual elements in this widget according to sytles
 /// </summary>
 //-----------------------------------------------------------------------------------------------
 internal void Prepare(VarmintWidget overlay)
 {
     overlay.Prepare(_widgetSpace.StyleLibrary);
 }
Exemplo n.º 2
0
 //--------------------------------------------------------------------------------------
 //
 //--------------------------------------------------------------------------------------
 public void SetScreen(VarmintWidget screen)
 {
     _visualTree = screen;
     screen.Prepare(_widgetSpace.StyleLibrary);
 }