| Trees | Index | Help | 
       | 
  
|---|
| Module guihelper | 
  | 
| Classes | |
|---|---|
  ArtProvider | 
  |
  MultiMessageBox | 
  |
| Function Summary | |
|---|---|
Returns the last part of the name (everything after last /)  | |
BusyWrapper(method)
 | |
Returns everything before the last / in the name  | |
| wxBitmap | 
Gets a bitmap from the resource directory  | 
Returns the extension of a filename (characters after last period)  | |
Returns what name we use for the helpfile  | |
| wx.Image | 
Gets an image from the resource directory  | 
GetOpenCommand(mimetypes,
          filename)
 | |
| string | 
Returns name of file by adding it to resource directory pathname  | 
Returns a list of filenames matching the wildcard in the resource directory  | |
Returns wx's mime type for the extension of filename, or None  | |
| Bool | 
Are we running on GTK (Linux)  | 
| Bool | 
Are we running on Mac  | 
| Bool | 
Are we running on Windows?  | 
| Function Details | 
|---|
  basename(str)Returns the last part of the name (everything after last /) | 
  dirname(str)Returns everything before the last / in the name | 
  getbitmap(name)Gets a bitmap from the resource directory
  | 
  getextension(str)Returns the extension of a filename (characters after last period) An empty string is returned if the file has no extension. The period character is not returned | 
  gethelpfilename()Returns what name we use for the helpfile Without trailing extension as wxBestHelpController figures that out | 
  getimage(name)Gets an image from the resource directory
  | 
  getresourcefile(filename)Returns name of file by adding it to resource directory pathname No attempt is made to verify the file exists
  | 
  getresourcefiles(wildcard)Returns a list of filenames matching the wildcard in the resource directory | 
  getwxmimetype(filename)Returns wx's mime type for the extension of filename, or None | 
  IsGtk()Are we running on GTK (Linux)
  | 
  IsMac()Are we running on Mac
  | 
  IsMSWindows()Are we running on Windows?
  | 
| Trees | Index | Help | 
       | 
  
|---|
| Generated by Epydoc 2.1 on Fri Aug 15 18:58:30 2008 | http://epydoc.sf.net |