[Gambas-devel-svn] SF.net SVN: gambas: [139] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2006-11-11 22:46:01
|
Revision: 139 http://svn.sourceforge.net/gambas/?rev=139&view=rev Author: gambas Date: 2006-11-11 14:45:44 -0800 (Sat, 11 Nov 2006) Log Message: ----------- [INTERPRETER] * NEW: A new API for getting the event name used by the last object instanciation. [GB.QT COMPONENT] * NEW: Controls have name now. The name is the same as the event name at the moment, so all controls in the same group have the same name. * NEW: Control.Name is a new property that returns the name of the object. * NEW: Window[] or Window.Controls[] will return a control from its name. Modified Paths: -------------- 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/CWidget.h 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/CWindow.h 2.0/trunk/gb.qt/src/gb.qt.h 2.0/trunk/gb.qt/src/share/CControl_desc.h 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_api.h 2.0/trunk/main/gbx/gbx_event.c 2.0/trunk/main/gbx/gbx_event.h 2.0/trunk/main/gbx/gbx_object.c 2.0/trunk/main/share/gambas.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |