A canvas widget that places a pair of parenthases around a child
widget.
|
|
None
|
|
(any)
|
|
None
|
_update(self,
child)
Update this canvas widget in response to a change in one of its
children. |
source code
|
|
list of int
|
_tags(self)
Returns:
a list of canvas tags for all graphical elements managed by this
canvas widget, not including graphical elements managed by its child
widgets. |
source code
|
|
Inherited from AbstractContainerWidget :
__repr__ ,
child ,
set_child
Inherited from CanvasWidget :
bbox ,
bind_click ,
bind_drag ,
canvas ,
child_widgets ,
destroy ,
height ,
hidden ,
hide ,
manage ,
move ,
parent ,
show ,
tags ,
unbind_click ,
unbind_drag ,
update ,
width
|