[Mono-list] Testing GTK# with Glade

Miguel de Icaza miguel@ximian.com
26 Jan 2003 15:29:57 -0500


Hello,

> [GladeWidget] and Button button1; are conceptually on the same line;
> they are part of a single statement. A statement cannot contain
> comments.

They can contain comments, because the parser never sees them.

> Similarly, this wouldn't work:
> Button //foo
> button1;

Nope, that would work.

> But this would:
> [GladeWidget] Button button1;

So would this.

Miguel