summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-01-13 10:39:33 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-01-13 10:39:33 +0200
commit6de12d9d6ca9ac113640b0dba1e3aabb479ca007 (patch)
tree453ca8ae8fb0306d73482a9909a771cf67fd263b /src
parent9029b019267eed33f5e2a879d28200eefbd7a727 (diff)
downloadfpGUI-6de12d9d6ca9ac113640b0dba1e3aabb479ca007.tar.xz
treeview: publish more properties and set default values.
Diffstat (limited to 'src')
-rw-r--r--src/gui/fpg_tree.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/fpg_tree.pas b/src/gui/fpg_tree.pas
index 570e1011..2397417e 100644
--- a/src/gui/fpg_tree.pas
+++ b/src/gui/fpg_tree.pas
@@ -236,6 +236,7 @@ type
property PopupMenu: TfpgPopupMenu read FPopupMenu write FPopupMenu;
published
property Align;
+ property BackgroundColor default clListBox;
property DefaultColumnWidth: word read FDefaultColumnWidth write SetDefaultColumnWidth default 15;
property Enabled;
property FontDesc: string read GetFontDesc write SetFontDesc;
@@ -248,6 +249,7 @@ type
property ShowHint;
property ShowImages: boolean read FShowImages write SetShowImages default False;
property TabOrder;
+ property TextColor;
property TreeLineColor: TfpgColor read FTreeLineColor write SetTreeLineColor default clShadow1;
property TreeLineStyle: TfpgLineStyle read FTreeLineStyle write SetTreeLineStyle default lsDot;
property OnChange: TNotifyEvent read FOnChange write FOnChange;