Ejemplo n.º 1
0
 public override Control CreatePanelWidget()
 {
     return(widget = new CodeFormattingPanelWidget(this, ParentDialog));
 }
Ejemplo n.º 2
0
		public override Gtk.Widget CreatePanelWidget ()
		{
			return widget = new CodeFormattingPanelWidget (this, ParentDialog);
		}