wxStyle * NewNamedStyle (char *name, wxStyle *likeStyle)
Creates a new named style, unless the name is already being used. If the name is already being used, then likeStyle is ignored and the old style associated to the name is returned. If a new style is created, it will not be the same style as likeStyle, since a style's name is immutable.