| |
- AppInfo
- gtk.Dialog(gtk.Window)
-
- InfoWin
class AppInfo |
|
Parsed AppInfo.xml file. Current only deals with the <About>
element |
|
Methods defined here:
- __init__(self, source)
- Read the file and parse the <About> element.
- getAbout(self, elname, langs=None)
- Return an entry from the <About> section.
elname is the name of the element to return text from
langs is a list of acceptable languages, or None to use rox.i18n.langs
|
|