Skip to content

Commit

Permalink
Made 4th help screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram Rachum committed Jul 29, 2009
1 parent 96cde3f commit 83466ef
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 1 deletion.
Binary file added images worktable/help4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images worktable/help4.psd
Binary file not shown.
13 changes: 13 additions & 0 deletions src/build/bdist.win32/winexe/temp/wx._aui.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

def __load():
import imp, os, sys
try:
dirname = os.path.dirname(__loader__.archive)
except NameError:
dirname = sys.prefix
path = os.path.join(dirname, 'wx._aui.pyd')
#print "py2exe extension module", __name__, "->", path
mod = imp.load_dynamic(__name__, path)
## mod.frozen = 1
__load()
del __load
Binary file added src/dist/help4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/dist/help_dummy.png
Binary file not shown.
Binary file modified src/dist/library.zip
Binary file not shown.
Binary file modified src/dist/main.exe
Binary file not shown.
Binary file added src/dist/wx._aui.pyd
Binary file not shown.
Binary file added src/dist/wxmsw28uh_aui_vc.dll
Binary file not shown.
Binary file added src/help4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/help_dummy.png
Binary file not shown.
3 changes: 2 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ def on_idle(event=None):

self.help_images_list=[["Level 1", "help1.png"],
["Level 2", "help2.png"],
["Level 3", "help3.png"]]
["Level 3", "help3.png"],
["Level 4", "help4.png"]]


help_pages=[HelpPage(parent=help_notebook, bitmap=wx.Bitmap(bitmap_file), caption=caption) \
Expand Down

0 comments on commit 83466ef

Please sign in to comment.