TitleWindow¶
- 
class 
guerilla.TitleWindow¶ Bases:
guerilla.WindowA frame with title. This window is resizable, has a title which can be changed using settitle () method.
- 
setaroundcursor()¶ Set the window position around the mouse cursor
- 
show()¶ The title window is created hidden. You must show the window once its position and size are set using this method.
-