def __set_as_secondary_colour(self, obj):
'''
@summary: Sets the objects foreground colour to the secondary colour specified by the config
'''
obj.SetForegroundColour(wx.Colour(
self.__config["secondary_font_colour"][0],
self.__config["secondary_font_colour"][1],
self.__config["secondary_font_colour"][2]
)
)
评论列表
文章目录