Op 2011-01-05 10:23, Bo Berglund het geskryf: > > What is a "widget" and how does it relate to my aim of making a > cross-platform program?
widget = component Widget is a term often used in Linux (and maybe other OSes too) as a "gui component". Delphi calls them components, but then in Delphi how to you differentiate between a GUI component and a non-GUI component? Widgets are used as GUI components only. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
