tkinter.constants 常量定义(照搬)

全文是 tkinter.constants 的几乎完全照搬,是为了后面目录一篇的完整性。
本篇的翻译量也很少,所以不是原创。

Symbolic constants for Tk
Tk常量,它会随着 Tkinter 加载而自动加载。

Booleans

NO = FALSE = OFF = 0
YES = TRUE = ON = 1

-anchor and -sticky

N = ‘n’
S = ‘s’
W = ‘w’
E = ‘e’
NW = ‘nw’
SW = ‘sw’
NE = ‘ne’
SE = ‘se’
NS = ‘ns’
EW = ‘ew’
NSEW = ‘nsew’
CENTER = ‘center’

-fill

NONE = ‘none’
X = ‘x’
Y = ‘y’
BOTH = ‘both’

-side

LEFT = ‘left’
TOP = ‘top’
RIGHT = ‘right’
BOTTOM = ‘bottom’

-relief 立体

RAISED = ‘raised’ # 升起
SUNKEN = ‘sunken’ # 下沉
FLAT = ‘flat’ # 平面
RIDGE = ‘ridge’ # 脊
GROOVE = ‘groove’ # 凹槽
SOLID = ‘solid’ # 固体

-orient

HORIZONTAL = ‘horizontal’
VERTICAL = ‘vertical’

-tabs

NUMERIC = ‘numeric’

-wrap

CHAR = ‘char’
WORD = ‘word’

-align

BASELINE = ‘baseline’

-bordermode

INSIDE = ‘inside’
OUTSIDE = ‘outside’

Special tags, marks and insert positions

SEL = ‘sel’
SEL_FIRST = ‘sel.first’
SEL_LAST = ‘sel.last’
END = ‘end’
INSERT = ‘insert’
CURRENT = ‘current’
ANCHOR = ‘anchor’
ALL = ‘all’ # e.g. Canvas.delete(ALL)

Text widget and button states

NORMAL = ‘normal’
DISABLED = ‘disabled’
ACTIVE = ‘active’

Canvas state

HIDDEN = ‘hidden’

Menu item types

CASCADE = ‘cascade’
CHECKBUTTON = ‘checkbutton’
COMMAND = ‘command’
RADIOBUTTON = ‘radiobutton’
SEPARATOR = ‘separator’

Selection modes for list boxes

SINGLE = ‘single’
BROWSE = ‘browse’
MULTIPLE = ‘multiple’
EXTENDED = ‘extended’

Activestyle for list boxes

NONE=‘none’ is also valid

DOTBOX = ‘dotbox’
UNDERLINE = ‘underline’

Various canvas styles

PIESLICE = ‘pieslice’ # 切片
CHORD = ‘chord’ # 拱形
ARC = ‘arc’ # 弧形
FIRST = ‘first’ # 第一个
LAST = ‘last’ # 最后
BUTT = ‘butt’ # 对接?按钮
PROJECTING = ‘projecting’ # 投影
ROUND = ‘round’ # 圆形
BEVEL = ‘bevel’ # 斜面
MITER = ‘miter’ # 斜接

Arguments to xview/yview

MOVETO = ‘moveto’
SCROLL = ‘scroll’
UNITS = ‘units’
PAGES = ‘pages’

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值