all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Steven Tamm <steventamm@mac.com>
Subject: Mac OS X Popup & Hierarchical Menu Patch
Date: Sun, 22 Dec 2002 15:17:17 -0800	[thread overview]
Message-ID: <8315FBB7-1603-11D7-9BD9-00039390AB82@mac.com> (raw)

I just checked a change in that changes the way menus work on the 
carbon port of OSX.

There's an outstanding support request #101602 to fix the "broken" 
popup menus on Mac OS X (Carbon).  The current release does not have 
hierarchical menus in the popups; instead modeling them using an 
"indentation scheme".  There were a lot of off by one errors, and I 
couldn't figure out a good way to fix it because the menu item counting 
scheme would be radically different if the popup menu has a 
hierarchical menu or not.  I decided to fix it by creating real 
hierarchical menus; this also extends to the main menu bar.  This 
should standardize the behavior of menu items to those of the other 
window systems, and it seems to work.  I would invite other people to 
check the code and test it out.

Thanks,
-Steven

                 reply	other threads:[~2002-12-22 23:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8315FBB7-1603-11D7-9BD9-00039390AB82@mac.com \
    --to=steventamm@mac.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.