Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main Page
Community Portal
Village Pump
Recent Changes
Upload File
Help
Help Contents
Editing Guide
Repair Guide Template
Sandbox
Browse Wiki
๐ Service Manuals
๐ Schematics
๐ Apple
๐ฎ Nintendo
๐ Sega
โก Troubleshooting
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Macintosh Toolbox
(section)
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Menu Manager === The Menu Manager maintains hierarchical menus with a sophisticated caching and drawing system: '''Menu Structure:''' <pre> TYPE MenuInfo = RECORD menuID: INTEGER; {Unique menu identifier} menuWidth: INTEGER; {Pixel width when drawn} menuHeight: INTEGER; {Pixel height when drawn} menuProc: Handle; {MDEF resource handle} enableFlags: LONGINT; {Item enable bits} menuData: Str255; {Pascal string menu items} END; </pre> '''Menu Bar Structure:''' The menu bar is stored as a relocatable block containing: # Number of menus (2 bytes) # Array of menu handles (4 bytes each) # Total width calculation cache '''Menu Definition Procedures (MDEFs):''' * '''MDEF 0''': Standard text menu * '''MDEF 1''': Scrolling menu (System 7) * '''MDEF 2''': Popup menu variant
Summary:
Please note that all contributions to RetroTechCollection may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
RetroTechCollection:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Macintosh Toolbox
(section)
Add topic