[AG-TECH] Programation doubt with python

Christoph Willing willing at itee.uq.edu.au
Tue Apr 25 17:45:37 CDT 2006


On 25/04/2006, at 11:56 PM, carlosperezs at alumnos.uvigo.es wrote:

> Hello together !!!!
>
> I would like to know how works wx.NewId().


 From the wxWidgets documentation:

::wxNewId
long wxNewId()
Generates an integer identifier unique to this run of the program.
Include files
<wx/utils.h>



Information like this is available from the wxWidgets manual  
(wxPython is just a python interface to wxWidgets). See:
	http://wxwidgets.org/manuals/2.4.2/wx_contents.html
or
	http://wxwidgets.org/manuals/2.6.3/wx_contents.html

There is also:
	http://www.wxpython.org/docs/api/



Christoph Willing                       +61 7 3365 8350
QPSF Access Grid Manager
University of Queensland






More information about the ag-tech mailing list