On Sun, Mar 11, 2007 at 03:43:51PM +0100, lordphoenix wrote: > Hi > I have treeview column name wiht an "_". > I should like that column appears as is without next characters > after "_" be underline. > > Someone know how I can do this?
If all else fails, you can set the TreeViewColumn's "Widget" property to be your own Gtk.Label, and set that Label's Text property instead of its Markup property (as it seems TreeViewColumn does with its default button label widget). -pete -- Peter Johanson <[EMAIL PROTECTED]> _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
