Changeset 3562
- Timestamp:
- 10/24/07 09:13:30 (1 year ago)
- Files:
-
- trunk/demo/samples/__init__.py (modified) (1 prop)
- trunk/demo/samples/bubblet.py (modified) (1 diff, 1 prop)
- trunk/demo/samples/games/Montana.py (added)
- trunk/demo/samples/games/__init__.py (modified) (1 diff, 1 prop)
- trunk/demo/samples/games/bubblet/BubbleBizobj.py (modified) (1 prop)
- trunk/demo/samples/games/bubblet/BubblePanel.py (modified) (1 prop)
- trunk/demo/samples/games/bubblet/BubbletForm.py (modified) (1 prop)
- trunk/demo/samples/games/bubblet/StatsForm.py (modified) (1 prop)
- trunk/demo/samples/games/bubblet/__init__.py (modified) (1 prop)
- trunk/demo/samples/games/cardlib.py (added)
- trunk/demo/samples/montana.py (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/demo/samples/__init__.py
- Property svn:eol-style set to native
trunk/demo/samples/bubblet.py
- Property svn:eol-style set to native
r3560 r3562 13 13 sz.appendSpacer(40) 14 14 15 lbl = dabo.ui.dLabel(self, Caption="Bubblet is a fun and somewhat addictive game.\n For instructions, please see the Overview tab.")15 lbl = dabo.ui.dLabel(self, Caption="Bubblet is a fun and somewhat addictive game.\n\nFor instructions, please see the Overview tab.") 16 16 sz.append(lbl, halign="center") 17 sz.appendSpacer( 20)17 sz.appendSpacer(30) 18 18 btn = dabo.ui.dButton(self, Caption="Run the Bubblet Game", 19 19 OnHit=self.runGame) trunk/demo/samples/games/__init__.py
- Property svn:eol-style set to native
r3560 r3562 1 1 import bubblet 2 from Montana import MontanaForm trunk/demo/samples/games/bubblet/BubbleBizobj.py
- Property svn:eol-style set to native
trunk/demo/samples/games/bubblet/BubblePanel.py
- Property svn:eol-style set to native
trunk/demo/samples/games/bubblet/BubbletForm.py
- Property svn:eol-style set to native
trunk/demo/samples/games/bubblet/StatsForm.py
- Property svn:eol-style set to native
trunk/demo/samples/games/bubblet/__init__.py
- Property svn:eol-style set to native
