libtextworker 0.1.4
Cross-platform, free and open library for Python projects
Public Member Functions | Static Public Attributes | List of all members
libtextworker.interface.wx.about.AboutDialog Class Reference

Public Member Functions

def SetLicense (self, str license, bool include_copyright=False)
 
def ShowBox (self, event=None)
 

Static Public Attributes

 infos = wx.adv.AboutDialogInfo()
 
 None
 
 SetArtists = infos.SetArtists
 
 SetCopyright = infos.SetCopyright
 
 SetDescription = infos.SetDescription
 
 SetDevelopers = infos.SetDevelopers
 
 SetDocWriters = infos.SetDocWriters
 
 SetIcon = infos.SetIcon
 
 SetName = infos.SetName
 
 SetTranslators = infos.SetTranslators
 
 SetVersion = infos.SetVersion
 
 SetWebSite = infos.SetWebSite
 

Detailed Description

About dialog built with wxPython.
All self-set infomations are stored in the ```infos``` attribute.
Just run ShowBox() to see your work.
You can set the parent of the dialog if needed, use the Parent variable.
This class is ~~not~~ sub-class-able. (since 0.1.4)

Definition at line 19 of file about.py.


The documentation for this class was generated from the following file: