[MonoDevelop] Dialog button signal

rkamarowski rkamarowski at yahoo.com
Sun Nov 21 12:05:09 EST 2010


ubuntu 10.10
monodevelop 2.4

when i create an onClick signal for the cancelButton in a dialog box, the
following code is created:


{
	public partial class DialogTypeOfPrintEdit : Gtk.Dialog
	{
		protected virtual void onClick (object sender, System.EventArgs e)
		{
		}
	
		public DialogTypeOfPrintEdit ()
		{
			this.Build ();
		}
	}
}

shouldn't it be buttonCancel_onClick?

thank you,
bob k.
-- 
View this message in context: http://mono.1490590.n4.nabble.com/Dialog-button-signal-tp3052546p3052546.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list