summaryrefslogtreecommitdiff
path: root/examples/gui/treeviewtest/treeviewtest.lpi
AgeCommit message (Collapse)Author
2011-10-26treeview demo: reworked this demo to show the StateImageList supportGraeme Geldenhuys
The demo adds some checkboxes to the treeview, and shows how you can query the treeview for any checked nodes.
2009-02-16* Removed a lot of memory leaks from fpg_treeview.pas.graemeg
* Reworked the Treeview Test example so that it is managed by the Form Designer.
2008-10-01* Updated all demos to use the new unit names.graemeg
* Updated all packages like ide addons, fpcunit etc to use the new unit names.
2008-07-07* Published more events and properties for EditInteger and EditFload components.graemeg
* Now the Min/Max Size is actually applied, the Message Dialogs needed minor attention. * Updated all the example projects to use the newer all-in-one fpgui_toolkit lazarus package. * Did some minor bug fixing in some of the examples. 1-based indexing instead of 0-based indexing etc.
2008-02-14* Applied patch from Michael van Canneyt fixing the anchors of the ↵graemeg
checkboxes in Treeview example.
2007-12-04* Minor painting improvement in the treeview nodes.graemeg
2007-10-18* Improved the implementation of the Minimum Width/Height graemeg
support under Win32. * Fixed bug #1811433 where the Anchor feature was broken when resizing forms under Windows. We never took into account the window border width and title bar height.
2007-09-05(no commit message)graemeg
2007-09-03* Implemented more of the Treeview component. Started with thegraemeg
painting routine as well. Still not usable though.
2007-08-31* started the Treeview implementation. This is still heavy undergraemeg
development and doesn't paint anything yet.
2007-08-31* Created a template test project for the upcoming Treeview component.graemeg