mob/player
proc
change_style(mob/player/p)
winset(p,"message_window.unread_display","font-style=bold; font-size=10")
I can change the style of my control (in this case, a grid called unread_display) by using the winset proc shown as above. But I can't figure out exactly how to enter the same style info into the style box on the style tab for the control, and I haven't been able to locate a specific example of the correct box-syntax on the forums, the skin-reference or a tutorial. Can someone please show me the cut-and-paste entry I would put into the style box for the control that accomplishes the same thing as the winset proc shown above? I think once I see it, I can take it from there. Thanks.
Also, I've looked around and don't find any way to specifically set the width of each column in the grid (either as a percent of the control, or as a specific pixel dimension). Does DM not allow setting specific column widths in grids?