/[ascend]/trunk/pygtk/registry.h
ViewVC logotype

Diff of /trunk/pygtk/registry.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 892 by johnpye, Sat Oct 7 06:26:34 2006 UTC revision 893 by johnpye, Sun Oct 22 05:18:36 2006 UTC
# Line 1  Line 1 
1  /**  /**
2      Provide methods to registry GUI objects with libascend      @file
3      so that they can be accessed from script methods there.      This head files provides SWIGed access to the importhandler 'shared pointer'
4        mechanism used to pass data from 'extpy' to 'ascpy' in particular (and
5        hopefully between other scripting languages/GUI combinations in future)
6  */  */
7    
8  #ifndef ASCXX_REGISTRY_H  #ifndef ASCXX_REGISTRY_H
# Line 12  Line 14 
14  # include <Python.h>  # include <Python.h>
15  #endif  #endif
16    
17    /*
18    extern "C"{
19    #ifdef ASCXX_USE_PYTHON
20    ASC_IMPORT(void *) importhandler_getsharedpointer(const char *);
21    #endif
22    }
23    */
24    
25  #include "instance.h"  #include "instance.h"
26    
27  class Registry{  class Registry{

Legend:
Removed from v.892  
changed lines
  Added in v.893

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22