Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5e4248

Browse files
committed
Drag moved to core toolbox modules (Win uses it).
1 parent 7683229 commit b5e4248

6 files changed

Lines changed: 11 additions & 851 deletions

File tree

Mac/Build/Drag.mcp.exp

Lines changed: 0 additions & 1 deletion
This file was deleted.

Mac/Build/Drag.mcp.xml

Lines changed: 0 additions & 848 deletions
This file was deleted.

Mac/Build/PythonCore.mcp

6.68 KB
Binary file not shown.

Mac/Build/PythonCore.mcp.exp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ CtlObj_New
631631
DlgObj_chain
632632
Dialog_Type
633633
initDlg
634+
DlgObj_ConvertToWindow
634635
DlgObj_Convert
635636
DlgObj_New
636637
MenuObj_chain
@@ -816,6 +817,14 @@ initEvt
816817
copyright
817818
init_sre
818819
initsha
820+
DragObj_chain
821+
DragObj_Type
822+
dragglue_TrackingHandlerUPP
823+
dragglue_ReceiveHandlerUPP
824+
dragglue_SendDataUPP
825+
initDrag
826+
DragObj_Convert
827+
DragObj_New
819828
__vt__15GUSISIOUXDevice # GUSISIOUXDevice::__vt
820829
__vt__15GUSISIOUXSocket # GUSISIOUXSocket::__vt
821830
sInstance__15GUSISIOUXDevice # GUSISIOUXDevice::sInstance

Mac/Build/PythonStandSmall.mcp

7.5 KB
Binary file not shown.

Mac/Modules/macconfig.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ extern void initScrap();
110110
extern void initTE();
111111
extern void initColorPicker();
112112
extern void initPrinting();
113-
extern void initDrag();
114113
#endif
115114
#ifdef USE_CORE_TOOLBOX
116115
extern void initAE();
117116
extern void initCtl();
118117
extern void initDlg();
118+
extern void initDrag();
119119
extern void initEvt();
120120
extern void initMenu();
121121
extern void initQd();
@@ -226,6 +226,7 @@ struct _inittab _PyImport_Inittab[] = {
226226
{"AE", initAE},
227227
{"Ctl", initCtl},
228228
{"Dlg", initDlg},
229+
{"Drag", initDrag},
229230
{"Evt", initEvt},
230231
{"Menu", initMenu},
231232
{"Nav", initNav},
@@ -251,7 +252,6 @@ struct _inittab _PyImport_Inittab[] = {
251252
{"Help", initHelp},
252253
{"Printing", initPrinting},
253254
#endif
254-
{"Drag", initDrag},
255255
#endif
256256
#ifdef USE_QT
257257
{"Cm", initCm},

0 commit comments

Comments
 (0)