[Gtk-sharp-list] Custom (subclassed) widget, example

Dan Winship danw at novell.com
Mon Oct 17 11:16:47 EDT 2005


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


More information about the Gtk-sharp-list mailing list