summaryrefslogtreecommitdiff
path: root/docs/readme.txt
blob: b8eb9a973dbe380b3f715982ac50d4e5cfbca09c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

fpGUI information
=================

 This version of fpGUI is based on a implementation where every
 widget has a window handle. In other words every widget is actually
 a embedded window in the Form (yet another window).
  
 Revision 127 was the last revision which still had the old design - one
 handle per Form.
 It has been tagged in SubVersion as /tags/single_handle_fpgui
 
 From revision 227, the new design (multi-handle implementation) has
 become the new default implementation of fpGUI. It was a complete
 rewrite of the code.


 Graeme Geldenhuys
 2007-07-23