Sebastian wrote: > I attached a trivial example where adding a subclassed widget to a > glade-initialized Gtk# GUI fails. You need to Show() the widget. In the original example, you need to Show() both mlv and its child tv. (Or just mlv.ShowAll().) -- Dan