Top "Wxpython" questions

wxPython is a Python wrapper for the cross-platform C++ GUI API wxWidgets.

Undefined variable from import when using wxPython in pydev

I just downloaded wxPython, and was running some of the sample programs from here. However, on every line that uses …

python eclipse wxpython pydev
wxPython Disable Frame Resizing

How can I disable a wxFrame from being resized by the user? If there's a flag to put in when …

resize wxpython frame
How to change wx.Panel background color on MouseOver?

this code: import wx app = None class Plugin(wx.Panel): def __init__(self, parent, *args, **kwargs): wx.Panel.__init__(self, …

python wxpython panel wxwidgets
WxPython Incompatible With Snow Leopard?

Recently I upgraded to Snow Leopard, and now I can't run programs built with wxPython. The errors I get are (…

python eclipse wxpython pydev
why is my text not aligning properly in wxPython?

I'm using wxPython to build a GUI and I'm trying to align some text but it's not working at all. …

python wxpython alignment wxwidgets
How to create dropdown with value and text node - WXPython

In HTML I can create drop-down menus like this: <select name=""> <option value="">TextNode #1</option&…

python drop-down-menu wxpython wxwidgets
Set global hotkey with Python 2.6

I wanna setup a global hotkey in python 2.6 that listens to the keyboard shortcut ctrl + D or ctrl+ alt+ D …

python keyboard wxpython hotkeys keyboard-shortcuts
Python WX - Returning user input from wx Dialog

I'm new to Python and WX. I created a simple test dialog shown below that prompts the user with a …

python wxpython wxwidgets boa-constructor
Creating child frames of main frame in wxPython

I am trying create a new frame in wxPython that is a child of the main frame so that when …

python wxpython
What is the correct way to change StaticText label?

I am writing a wxPython application, and when I try to change the text in a StaticText object the alignment …

wxpython wxwidgets