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..