Methods
|
|
|
|
__init__
|
__init__ (
self,
regionBrowser,
name=None,
initBlocks=[],
borderRGBA=None,
interiorRGBA=None,
)
|
|
__str__
|
__str__ ( self )
|
|
addBlock
|
addBlock ( self, block )
|
|
addBlocks
|
addBlocks (
self,
blockList,
makeCB=1,
)
|
|
clear
|
clear ( self, makeCB=1 )
|
|
contains
|
contains (
self,
x,
y,
)
|
|
dehighlight
|
dehighlight ( self )
|
|
destroy
|
destroy ( self )
|
|
highlight
|
highlight ( self )
|
|
lowerBelow
|
lowerBelow ( self, otherRegion )
|
|
raiseAbove
|
raiseAbove ( self, otherRegion )
|
|
redraw
|
redraw ( self )
|
|
removeLastBlock
|
removeLastBlock (
self,
destroyIfEmpty=0,
makeCB=1,
)
|
|
setBorderRGBA
|
setBorderRGBA ( self, rgba )
|
|
setInteriorRGBA
|
setInteriorRGBA ( self, rgba )
|
|
updateLastBlock
|
updateLastBlock ( self, block )
|
|