Looking to start learning Python?

Begin Here

wxPython: Messing with Mouse Cursors

August 2, 2008 by Mike
Lately on the wxPython mailing list, there's been a fair amount of traffic on changing the mouse icon. In this article I will describe different ways to manipulate the cursor with wxPython. To follow along, I recommend that you download Python 2.4 or higher and wxPython 2.8.x.

wxPython: Working with Menus, Toolbars and Accelerators

July 2, 2008 by Mike
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: Python 2.3 - 2.5 wxPython (I recommend 2.7 or higher)

wxPython: Creating an About box

June 11, 2008 by Mike
When I create an application, I usually want to include an "About" box to let the user know more about the application, myself and to give shout outs to anyone who may have helped in the creation of my program. One cool feature wxPython provides is a custom AboutBox widget. I think it looks a […]

Putting together a wxPython Application

June 9, 2008 by Mike
About a week ago, I wrote that I was working on a sample application that I would be posting here. As I worked on it, I realized that I needed to figure out a way to break it up in a way that was simple, organized and generic. Thus, I decided to create a series […]

Sizer Tutorials Get the Wiki

May 29, 2008 by Mike
As planned, I copied some of my tutorials to the official wxPython wiki. Currently I only have the sizer tutorials over there. I am working on a series that will show how to build a simple application from the ground up. Hopefully I can take the bits and pieces of it and make it easy […]

wxPython: Embedding an image in your title bar

May 23, 2008 by Mike
I received a question about how to put an image in my frame's toolbar on Windows. As it is, the toolbar just uses a generic icon. There are three ways that I am aware of. The first is to get an embedded image out of an executable. The second is to take some image you […]
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary