#

ctypes

Using Python's ctypes to call Win32 API functions from Tkinter code.

ProgrammingHow to Get a Tkinter Menu's HMENU on Windows (Fast)

Why Tkinter doesn't expose a native HMENU on Windows, how to retrieve it with MN_GETHMENU + SendMessage when posted, and use SetMenuInfo to set a background.

1 answer 1 view