I\'m trying to implement drag and drop on a wx.TreeCtrl and I need to handle both \"copy\" and \"move\" operations (if the user keeps CTRL pressed).
I have a开发者_StackOverflow wx.toolbar with some buttons. One of the buttons makes pan left! I want to click on the button and while I keep it pressed, the pan left is made.
I\'m currently able to get this to do most of what I want to. It draws buttons based on lines from a text file as well as handles the way different button states look. What\'s really tripping me up ri
I have a toolbar, which is next to a slider (screenshot: h开发者_JAVA百科ttp://i54.tinypic.com/w2n6ag.jpg) and wxPython automatically puts a tiny 1px border under the [Play/Pause/Stop | Previous/Next]
Pretty much exactly as it sounds. I have buttons in a Wx.Frame that are created on the fly and I\'d like the parent frame to increase in height as I add new buttons. The height is already being acquir
I have a requirement to center a wx.ComboBox on the selected item when opened. Basically, I want to do this 开发者_JAVA百科(WPF: Listbox, centering selected item), but using wxWidgets.
After much research, I\'ve come up with a list of what I think might be the best way of putting together a Python based social network/cms, but have some questions about how some of these components f
I\'m looking for a widget along the lines of GtkExpander, but for wxWidgets. Can\'t seem to find anything obvious in the documentation. Custom widgets (non-GPL) from somewhere else would be fine, but
A wxPython program that I\'m writing uses two sliders as part of the GUI. These sliders represent a three state switch with the states \"On Full\", \"On Medium\" and \"Off\". I\'d like to be able to a
I\'m working on a wxPython app which has multiple frames and a serial connection. I need to开发者_如何学JAVA be able to exit the app cleanly, closing the serial connection as the app terminates.