Kaydet (Commit) 28653871 authored tarafından Jack Jansen's avatar Jack Jansen

Added Nav module

üst 4e083798
...@@ -113,6 +113,7 @@ extern void initTE(); ...@@ -113,6 +113,7 @@ extern void initTE();
extern void initColorPicker(); extern void initColorPicker();
extern void initPrinting(); extern void initPrinting();
extern void initDrag(); extern void initDrag();
extern void initNav();
#endif #endif
#ifdef USE_CORE_TOOLBOX #ifdef USE_CORE_TOOLBOX
extern void initCtl(); extern void initCtl();
...@@ -236,6 +237,7 @@ struct _inittab _PyImport_Inittab[] = { ...@@ -236,6 +237,7 @@ struct _inittab _PyImport_Inittab[] = {
{"ColorPicker", initColorPicker}, {"ColorPicker", initColorPicker},
{"Printing", initPrinting}, {"Printing", initPrinting},
{"Drag", initDrag}, {"Drag", initDrag},
{"Nav", initNav},
#endif #endif
#ifdef USE_QT #ifdef USE_QT
{"Cm", initCm}, {"Cm", initCm},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment