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
be55566c
Commit
be55566c
authored
Mar 14, 2012
by
Michael Foord
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
83a16856
db66eba2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Modules/tkappinit.c
Modules/tkappinit.c
+6
-0
No files found.
Modules/tkappinit.c
View file @
be55566c
...
...
@@ -26,7 +26,9 @@ static int tk_load_failed;
int
Tcl_AppInit
(
Tcl_Interp
*
interp
)
{
#ifdef WITH_MOREBUTTONS
Tk_Window
main_window
;
#endif
const
char
*
_tkinter_skip_tk_init
;
#ifdef TKINTER_PROTECT_LOADTK
const
char
*
_tkinter_tk_failed
;
...
...
@@ -111,7 +113,11 @@ Tcl_AppInit(Tcl_Interp *interp)
return
TCL_ERROR
;
}
#ifdef WITH_MOREBUTTONS
main_window
=
Tk_MainWindow
(
interp
);
#else
Tk_MainWindow
(
interp
);
#endif
#ifdef TK_AQUA
TkMacOSXInitAppleEvents
(
interp
);
...
...
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