- 博客(14)
- 资源 (10)
- 收藏
- 关注
转载 Change wxGrid CheckBox with one click
Introduction wxPython includes a wx.GridCellBoolEditor/Renderer, which looks like a wx.CheckBox Unfortunately it does not behave exactly like a wx.CheckBox, for two reasons - 1, You have
2013-05-23 00:15:55 1436
转载 Custom Mac OsX Dock Bar Icon
Custom OS X Dock Bar Icon Introduction This recipe shows how to create a custom icon for your applicationon the OS X Dock Bar. The code was blatantly ripped from the wxPython demo and piec
2013-05-23 00:15:23 889
转载 GLCanvas update
About Some examples one can find in the web of using OpenGL in wxPython no longer work, presumably due to minor changes in wxPython, but a working program can be found in the wxPython demo packag
2013-05-23 00:14:52 691
转载 IntegratingPyGame
Introduction PyGame is a platform-independent wrapper for the SDL libraries. A common question on the wxPython-users mailing list is how to display PyGame graphics within a wxPython window. T
2013-05-23 00:14:23 780
转载 MultiProcessing
Introduction Now that the multiprocessing library comes standard in Python 2.6, I thought I’d migrate some of my apps to take full advantage. However, there aren’t many examples out there showing
2013-05-23 00:13:02 842
转载 StillToBeWritten
There are a number of wxPython Cookbook items that have been wished for, but haven't been written yet. Instead of leaving them to clutter up the main wxPython Cookbook page I decided to move them
2013-05-23 00:12:13 345
转载 TreeCtrlDnD
Ralf Schmitt wrote: Hi, As I haven't found an example of using drag'n drop between multiple wxTreeCtrl's, I'm posting a short example program, just in case that someone else will have the same pro
2013-05-23 00:10:38 431
转载 UsingXmlResources
Introduction This topic explains how to use XML Resources (XRC) with wxPython. 目录 Introduction Important Warning General concept Excerpt from wxWidgets docume
2013-05-23 00:09:30 680
转载 WorkingWithThreads
Introduction We'll need a threading recipe, this is the old Mandelbrot frame a number of us were working on way back when. Not really heavily threaded, but only thing I have that uses normal thre
2013-05-23 00:07:41 582
转载 Gtk and Win32 differences
目录 Gtk and Win32 differences Controls Static Text wx.ComboBox Navigation SetValue SetMark SetBackgroundColour on a ComboBox SetPos on a ComboBox or TextCtrl Listbox
2013-05-22 23:58:07 726
转载 PythonCardTricks
A start of a small collection of very useful to know tidbits, which you can find yourself by reading a lot of sample code and component code... or by looking here. How do I pass an argument to
2013-05-22 23:57:11 648
转载 SplashScreen While Loading
Introduction AdvancedSplash is an easy way to add a splash screen to a wxPython application, but its use is not without pitfalls. One of those is that programmers typically include a splash
2013-05-22 23:56:35 570
转载 PythonCard08
Issues and To Do list for PythonCard release 0.8 目录 Introduction minimal requirements [DONE] Python 2.3 wxPython 2.5 to wxPython 2.6 No abbreviations Fix all Singlet
2013-05-22 23:56:05 1067
转载 Unit Testing with wxPython
Of course you can unit test apps built with wxPython! To start with, Python provides a unittest module for unit testing. This facility is often referred to as PyUnit. This is very useful for testing
2013-05-22 23:54:42 516
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人