Graeme Geldenhuys wrote: > Hi Felipe, > > Where is the TLabel defined in the LCL widget set code? I found the > stub in FpGuiWSStdCtrls.pas, but when I wanted to look at how to > implement it, by looking at the other widgets sets like Qt, GTK1 and > WinCE, none of the XXXWSStdCtrls.pas units contained the TWSLabel > descendant class?
Felipe documented this here: http://wiki.lazarus.freepascal.org/LCL_Internals#Implementing_TLabel The short version is that TLabel does not map to a native widget from the widgetset it is custom drawn by the lcl. Andrew _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
