Boxee Developer FAQ

From DevWiki

Jump to: navigation, search

Contents


Python API

How can I close my application using the api?

Clear the stack and close the active window. This will close your application and not go back to the previous window.

window.ClearStateStack(False)
mc.CloseWindow(id)
Personal tools