summaryrefslogtreecommitdiff
path: root/src/gui/gui_bevel.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui_bevel.pas')
-rw-r--r--src/gui/gui_bevel.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui_bevel.pas b/src/gui/gui_bevel.pas
index faad992e..ee773819 100644
--- a/src/gui/gui_bevel.pas
+++ b/src/gui/gui_bevel.pas
@@ -51,6 +51,8 @@ type
property Shape: TBevelShape read FBevelShape write SetBevelShape default bsBox;
property Style: TBevelStyle read FBevelStyle write SetBevelStyle default bsRaised;
property BackgroundColor: TfpgColor read FBackgroundColor write SetBackgroundColor default clWindowBackground;
+ property OnClick;
+ property OnDoubleClick;
end;