|
From: <alk...@us...> - 2013-07-15 12:20:34
|
Revision: 2147
http://sourceforge.net/p/hwgui/code/2147
Author: alkresin
Date: 2013-07-15 12:20:31 +0000 (Mon, 15 Jul 2013)
Log Message:
-----------
2013-07-20 16:15 UTC+0300 Alexander Kresin <al...@be...>
* include/guilib.ch
* call of hwg_SetCtrlName( oCtrl, cName ) added for each control, if the name
of control object is defined
* source/gtk/hcontrol.prg
* source/winapi/hcontrol.prg
* :objName added to HControl and function hwg_SetCtrlName( oCtrl, cName ),
which set this data
* source/gtk/hcwindow.prg
* source/winapi/hcwindow.prg
* ERROR HANDLER OnError() added to HCustomWindow to handle calls of controls
by their :objName properties
The above changes reproduce appropriate functionality of ver.2.17, but in other way.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/guilib.ch
trunk/hwgui/source/gtk/hcontrol.prg
trunk/hwgui/source/gtk/hcwindow.prg
trunk/hwgui/source/winapi/hcontrol.prg
trunk/hwgui/source/winapi/hcwindow.prg
|