Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b5e4248f
Commit
b5e4248f
authored
Dec 12, 2000
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drag moved to core toolbox modules (Win uses it).
parent
7683229a
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
851 deletions
+11
-851
Mac/Build/Drag.mcp.exp
Mac/Build/Drag.mcp.exp
+0
-1
Mac/Build/Drag.mcp.xml
Mac/Build/Drag.mcp.xml
+0
-848
Mac/Build/PythonCore.mcp
Mac/Build/PythonCore.mcp
+0
-0
Mac/Build/PythonCore.mcp.exp
Mac/Build/PythonCore.mcp.exp
+9
-0
Mac/Build/PythonStandSmall.mcp
Mac/Build/PythonStandSmall.mcp
+0
-0
Mac/Modules/macconfig.c
Mac/Modules/macconfig.c
+2
-2
No files found.
Mac/Build/Drag.mcp.exp
deleted
100644 → 0
View file @
7683229a
initDrag
Mac/Build/Drag.mcp.xml
deleted
100644 → 0
View file @
7683229a
This diff is collapsed.
Click to expand it.
Mac/Build/PythonCore.mcp
View file @
b5e4248f
No preview for this file type
Mac/Build/PythonCore.mcp.exp
View file @
b5e4248f
...
...
@@ -631,6 +631,7 @@ CtlObj_New
DlgObj_chain
Dialog_Type
initDlg
DlgObj_ConvertToWindow
DlgObj_Convert
DlgObj_New
MenuObj_chain
...
...
@@ -816,6 +817,14 @@ initEvt
copyright
init_sre
initsha
DragObj_chain
DragObj_Type
dragglue_TrackingHandlerUPP
dragglue_ReceiveHandlerUPP
dragglue_SendDataUPP
initDrag
DragObj_Convert
DragObj_New
__vt__15GUSISIOUXDevice # GUSISIOUXDevice::__vt
__vt__15GUSISIOUXSocket # GUSISIOUXSocket::__vt
sInstance__15GUSISIOUXDevice # GUSISIOUXDevice::sInstance
...
...
Mac/Build/PythonStandSmall.mcp
View file @
b5e4248f
No preview for this file type
Mac/Modules/macconfig.c
View file @
b5e4248f
...
...
@@ -110,12 +110,12 @@ extern void initScrap();
extern
void
initTE
();
extern
void
initColorPicker
();
extern
void
initPrinting
();
extern
void
initDrag
();
#endif
#ifdef USE_CORE_TOOLBOX
extern
void
initAE
();
extern
void
initCtl
();
extern
void
initDlg
();
extern
void
initDrag
();
extern
void
initEvt
();
extern
void
initMenu
();
extern
void
initQd
();
...
...
@@ -226,6 +226,7 @@ struct _inittab _PyImport_Inittab[] = {
{
"AE"
,
initAE
},
{
"Ctl"
,
initCtl
},
{
"Dlg"
,
initDlg
},
{
"Drag"
,
initDrag
},
{
"Evt"
,
initEvt
},
{
"Menu"
,
initMenu
},
{
"Nav"
,
initNav
},
...
...
@@ -251,7 +252,6 @@ struct _inittab _PyImport_Inittab[] = {
{
"Help"
,
initHelp
},
{
"Printing"
,
initPrinting
},
#endif
{
"Drag"
,
initDrag
},
#endif
#ifdef USE_QT
{
"Cm"
,
initCm
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment