简体   繁体   中英

Add multiple Elements into every entry in Drop-Down Menu Tkinter

I am trying to make a drop-down menu which supports an image on the left side, then two labels on top of each other, these also need to be different sized, and then on the initial button to open the menu, a down arrow on the right side.

For reference purposes, I am trying to clone the Outlook drop-down option in the Info Frame这不包括要按的原始选项

Tkinter menus don't support that. You will have to create your own dropdown window and then managing all of the bindings for making it appear and disappear.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM