DevAction#

用于存储一些组件数据,对于重复作用的组件有很大的作用。

class tkdev4.devcore.DevAction(text: str = '', icon: ~typing.Optional[str] = None, command=<function EmptyFunc>, bg='white', fg='black', active_bg='white', active_fg='black')
property active_background

用于获取触发时的背景颜色

property active_foreground

用于获取出发时的前景颜色

property background

用于获取背景颜色

property command

用于获取被触发的函数

property foreground

用于获取前景颜色

property icon: str

用于获取图标

property text: str

用于获取文本