summaryrefslogtreecommitdiff
path: root/prototypes/multihandle/test.lpr
AgeCommit message (Collapse)Author
2007-07-23The first part of removing the obsolete fpGUI and replacing it with the new ↵graemeg
multi-handle design from the prototypes directory.
2007-05-17fixed compilation of the prototypeFelipe Menteiro de Carvalho
2006-12-03* Added WidgetState to the TWidget in prototypeGraeme Geldenhuys
* Added WidgetStyle to the TWidget in prototype * Modified TButton in prototype to act like a button when clicked.
2006-11-29One-Handle-Per-WidgetGraeme Geldenhuys
* TForm now descends from TWidget. This removed a lot of code * TWidget now sets the Title by default to Classname. Under X11 this is handy when runnning xwininfo, which will now show form structure with classnames for each window. * TWidget now has a default WindowOptions type of woChildWindow * TForm has a default WindowOptions type of woWindow
2006-11-23Improved the painting. Added a TEdit component.Graeme Geldenhuys
2006-11-23* Toying with the idea of a TPopupWindow class in the multi-handle prototype.Graeme Geldenhuys
* Think I fixed the problem with the dropdown window of the TComboBox not always appearing in the correct position.
2006-11-22* Implemented Canvas.GetColorGraeme Geldenhuys
* Implemented a TLabel in the /prototypes/multihandle app.
2006-11-22Created a prototype GUI widget set demonstrating a one-handle-per-widget ↵Graeme Geldenhuys
concept. I implemented a very basic TWidget, TForm and TButton.