Difference between revisions of "Talk:LCL Internals"

From Lazarus wiki
Jump to navigationJump to search
(Feedback on TrayIntf.pas)
 
Line 1: Line 1:
 
The trayintf.pas unit is not too well explained. If I read this document correctly, it is suposed to be the counterpart of the interfaces unit from the LCL. In this case, I don't think it is necessary to have such a unit, since the registering of the TWSXXXTrayIcon class does all that is needed. (I am not completely sure though) [[User:Vincent|Vincent]] 19:34, 22 Dec 2005 (CET)
 
The trayintf.pas unit is not too well explained. If I read this document correctly, it is suposed to be the counterpart of the interfaces unit from the LCL. In this case, I don't think it is necessary to have such a unit, since the registering of the TWSXXXTrayIcon class does all that is needed. (I am not completely sure though) [[User:Vincent|Vincent]] 19:34, 22 Dec 2005 (CET)
 +
 +
: We can change it then. The example is suposed to be very simple and show how the LCL chooses different widgets without IFDEFS. Any work on it will help. --[[User:Sekelsenmat|Sekelsenmat]] 20:37, 22 Dec 2005 (CET)

Revision as of 21:37, 22 December 2005

The trayintf.pas unit is not too well explained. If I read this document correctly, it is suposed to be the counterpart of the interfaces unit from the LCL. In this case, I don't think it is necessary to have such a unit, since the registering of the TWSXXXTrayIcon class does all that is needed. (I am not completely sure though) Vincent 19:34, 22 Dec 2005 (CET)

We can change it then. The example is suposed to be very simple and show how the LCL chooses different widgets without IFDEFS. Any work on it will help. --Sekelsenmat 20:37, 22 Dec 2005 (CET)