Inner window: a lightweight window with fullscreen and resize ability

Inner window: a lightweight window with fullscreen and resize ability

class pymt.ui.widgets.composed.innerwindow.MTInnerWindow(**kwargs)

Bases: pymt.ui.widgets.scatter.MTScatterWidget

InnerWindow are a wrapper to render an application inside another application, and work like a multitouch window manager. With innerwindow, you can move / rotate / fullscreen an application.

Checkout the desktop example to check how it work !

Parameters :
control_scale: float, default to 1.0

Scale of controls widget. 1.0 mean 100%.

Styles :
bg-color

Background color of innerwindow + border

bg-color-move

Background color when only move (one touch)

bg-color-full

Background color when rotate/scale/move (multitouch)

border-width

Size of border

Previous topic

File browser: a filebrowser view + a popup file browser

Next topic

Kinetic List: Custom list with kinetic interaction

This Page