[Gtk-sharp-list] Naming conventions: a suggestion.
Miguel de Icaza
miguel@ximian.com
20 Jun 2002 21:19:20 -0400
Hey guys,
A suggestion: would it be possible to rename things like `EmitAdd' to
be `Add' and rename the events which are now called like `Add' to
`EventAdd'?
The Emit stuff seems to be more common, and the Event stuff seems to
be more self-documenting, while the `EmitAdd' family of functions seems
to expose some idiosyncrasy of the underlying toolkit (which is not even
exposed to Gtk+ hackers)
miguel.