[Gtk-sharp-list] Button (Label label) constructor

John Luke jluke@users.sourceforge.net
Wed, 03 Sep 2003 22:56:08 -0400


On Wed, 2003-09-03 at 22:47, fd wrote:
> Something along the lines of ((Label) button.Child).UseMarkup would do..
Except .Child is set only.  Although, I could probably use .Children
which returns a list but the overloaded constructor seemed simpler.