コード例 #1
0
ファイル: addressbook.py プロジェクト: rgravina/Pyrope
 def __init__(self):
     Application.__init__(self, "Address Book", description="A basic address book application.")
コード例 #2
0
ファイル: helloworld.py プロジェクト: rgravina/Pyrope
 def __init__(self):
     Application.__init__(self, "Hello World", description="Hello World! in Pyrope")
コード例 #3
0
ファイル: ticker.py プロジェクト: rgravina/Pyrope
 def __init__(self):
     Application.__init__(self, "Ticker", description="Counts down to the UNIX system time overflow!")
コード例 #4
0
ファイル: widgets.py プロジェクト: rgravina/Pyrope
 def __init__(self):
     Application.__init__(self, "Widget Demo", description="Demonstrates Pyrope widgets, event handling etc..")