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

fd fd0h1440@yahoo.co.uk
Thu, 04 Sep 2003 03:47:00 +0100


On Thu, 2003-09-04 at 03:31, John Luke wrote:
> Hello,
> 
> There didn't seem to be a way to set the Label in a button to UseMarkup
> (I wanted the text to be bold). So I added a .custom file that accepts a
> label instead of a string.  Is this the best way, or did I miss some
> other way to do it?  Can I commit?
> 
> John

Something along the lines of ((Label) button.Child).UseMarkup would do..