A canvas widget that takes up space but does not display anything.
SpaceWidgets can be used to add space between elements.
Each space widget is characterized by a width and a height. If you wish
to only create horizontal space, then use a height of zero; and if you
wish to only create vertical space, use a width of zero.
|
|
|
None
|
|
None
|
|
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
|
|
string
|
|
|
Inherited from CanvasWidget:
__getitem__,
__setitem__,
bbox,
bind_click,
bind_drag,
canvas,
child_widgets,
destroy,
height,
hidden,
hide,
manage,
move,
parent,
show,
tags,
unbind_click,
unbind_drag,
update,
width
|