Guest User

Untitled

a guest
Nov 17th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. PyDoc_STRVAR(windowXMLDialog__doc__,
  2. "WindowXMLDialog class.\n"
  3. "\n"
  4. "WindowXMLDialog(self, xmlFilename, scriptPath[, defaultSkin, defaultRes]) -- Create a new WindowXMLDialog script.\n"
  5. "\n"
  6. "xmlFilename : string - the name of the xml file to look for.\n"
  7. "scriptPath : string - path to script. used to fallback to if the xml doesn't exist in the current skin. (eg os.getcwd())\n"
  8. "defaultSkin : [opt] string - name of the folder in the skins path to look in for the xml. (default='Default')\n"
  9. "defaultRes : [opt] string - default skins resolution. (default='720p')\n"
  10. "\n"
  11. "*Note, skin folder structure is eg(resources/skins/Default/720p)\n"
  12. "\n"
  13. "example:\n"
  14. " - ui = GUI('script-Lyrics-main.xml', os.getcwd(), 'LCARS', 'PAL')\n"
  15. " ui.doModal()\n"
  16. " del ui\n");
Add Comment
Please, Sign In to add comment