Exemple #1
0
 public override Widget CreatePanelWidget()
 {
     // set up the form controls instance
     widget = new MarkersTextEditorPanelWidget();
     return(widget);
 }
		public override Widget CreatePanelWidget ()
		{
			// set up the form controls instance
			widget = new MarkersTextEditorPanelWidget ();
			return widget;	
		}
 public override void LoadPanelContents()
 {
     // set up the form controls instance
     Add (widget = new MarkersTextEditorPanelWidget ((IProperties) CustomizationObject));
 }