[Gtk-sharp-list] Button (Label label) constructor
Miguel de Icaza
miguel@ximian.com
04 Sep 2003 13:42:45 -0400
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?
Maybe it should accept a widget, which is more general (that means it
will accept a Label as well).
But people who might want an icon + label do not have to jump to get to
this functionality. Had that problem before