| kodi
    | 
GUI window dialog class for Add-Ons. More...
|   | 
| Classes | |
| class | XBMCAddon::xbmcgui::WindowDialog | 
GUI window dialog class for Add-Ons.
{ xbmcgui.WindowDialog(int windowId): }
Creates a new window from Add-On usable dialog class. This is to create window for related controls by system calls.
| windowId | [opt] Specify an id to use an existing window. | 
| ValueError | if supplied window Id does not exist. | 
| Exception | if more then 200 windows are created. | 
Deleting this window will activate the old window that was active and resets (not delete) all controls that are associated with this window.
Example:
 1.8.13
 1.8.13