summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-02-07 15:42:34 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-02-07 15:42:34 +0200
commit2f83e77b352a942d94c036e26f5c31b7259f81eb (patch)
tree2186579f03ef539856a7643d66be0d8ef3f700e4 /src
parentde24172d78b562811026bb5aece31428efe2e91a (diff)
downloadfpGUI-2f83e77b352a942d94c036e26f5c31b7259f81eb.tar.xz
HyperLink Label: published some more properties.
Diffstat (limited to 'src')
-rw-r--r--src/gui/fpg_hyperlink.pas5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/fpg_hyperlink.pas b/src/gui/fpg_hyperlink.pas
index 5d84c718..44643f6c 100644
--- a/src/gui/fpg_hyperlink.pas
+++ b/src/gui/fpg_hyperlink.pas
@@ -54,13 +54,18 @@ type
property Alignment;
property Autosize;
property FontDesc;
+ property Height;
property Hint;
property HotTrackColor: TfpgColor read fHotTrackColor write SetHotTrackColor;
property HotTrackFont: TfpgString read fHTFont write SetHotTrackFont;
+ property Left;
property Text;
property TextColor;
property ShowHint;
property URL: TfpgString read FUrl write SetURL;
+ property Top;
+ property Width;
+ property WrapText;
property OnClick;
property OnShowHint;
end;