Creates a 2d frame with html content.
|
__init__(html,
x1,
y1,
x2,
y2)
The constructor of the vrFrame class. |
|
|
list of floats
|
|
|
|
|
setFrame(x1,
y1,
x2,
y2)
Sets the frame vertices. |
|
|
|
setHtml(html)
Sets the html content. |
|
|
|
|
|
toggleShow()
Toggles show/hide of the frame. |
|
|
Inherited from vrAEBase.vrAEBase :
__reduce__ ,
addLoop ,
callAllConnected ,
connect ,
connectSignal ,
emitSignal ,
getModuleName ,
isActive ,
loop ,
recEvent ,
removeConnections ,
setActive ,
setUpdateGUIEnabled ,
subLoop
Inherited from unreachable.instance :
__new__
|