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
0c3baaf1
Commit
0c3baaf1
authored
Mar 27, 2000
by
Just van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
my previous patch didn't give enough events to SIOUX, this one fixes that (jvr)
parent
7ec7c8ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Mac/Lib/lib-toolbox/MiniAEFrame.py
Mac/Lib/lib-toolbox/MiniAEFrame.py
+4
-3
No files found.
Mac/Lib/lib-toolbox/MiniAEFrame.py
View file @
0c3baaf1
...
...
@@ -82,6 +82,7 @@ class MiniApplication:
raise
KeyboardInterrupt
,
"Command-period"
if
c
==
'q'
:
self
.
quitting
=
1
return
elif
what
==
mouseDown
:
partcode
,
window
=
Win
.
FindWindow
(
where
)
if
partcode
==
inMenuBar
:
...
...
@@ -97,9 +98,9 @@ class MiniApplication:
elif
id
==
self
.
quitid
and
item
==
1
:
self
.
quitting
=
1
Menu
.
HiliteMenu
(
0
)
else
:
# Anything not handled is passed to Python/SIOUX
MacOS
.
HandleEvent
(
event
)
return
# Anything not handled is passed to Python/SIOUX
MacOS
.
HandleEvent
(
event
)
def
getabouttext
(
self
):
return
self
.
__class__
.
__name__
...
...
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