Wed 2 Jul 2008
wxPython: Working with Menus, Toolbars and Accelerators
Posted by Mike under Cross-Platform, Python, wxPython
No Comments
Menus and toolbars are used in just about every modern program in existence, barring the ones that only run from the command line. In this post, we’ll learn how to create them using the wxPython toolkit. Here’s what you’ll need to follow along: