I want to implement a pulldown list like what FireFox does with its address bar (or its Google search bar). I think it involves to open a borderless window and draw items through Cocoa drawing APIs.
But when I saw Safari 4, its pulldown list's appearance just like a context-menu, I began thinking if implement a Safari-4-like pulldown list can save drawing the whole borderless window by writing code myself. Does Safari 4 rely on Cocoa API of menu to implement its pulldown list, or does it still implement a borderless window itself whose appearance happen to simulate a context menu? _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com